feat: auto email confirmation #2169

Merged
neb-b merged 3 commits from email into master 2019-01-09 23:04:40 +01:00
neb-b commented 2019-01-08 03:39:27 +01:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) approved these changes 2019-01-09 19:54:14 +01:00
@ -52,1 +41,4 @@
checkIfVerified() {
const { checkEmailVerified } = this.props;
checkEmailVerified();
skhameneh (Migrated from github.com) commented 2019-01-09 19:53:19 +01:00

Five seconds? Seems a bit long, we should look into doing this with websockets instead of polling.

Five seconds? Seems a bit long, we should look into doing this with websockets instead of polling.
neb-b (Migrated from github.com) reviewed 2019-01-09 23:04:34 +01:00
@ -52,1 +41,4 @@
checkIfVerified() {
const { checkEmailVerified } = this.props;
checkEmailVerified();
neb-b (Migrated from github.com) commented 2019-01-09 23:04:34 +01:00

Yeah I figured that would be less hammering on the server. I agree.

Yeah I figured that would be less hammering on the server. I agree.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2169
No description provided.