handle new email verification links #426

Merged
akinwale merged 3 commits from new-email-verification into master 2019-02-18 07:50:33 +01:00
akinwale commented 2019-02-16 06:08:38 +01:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2019-02-16 06:08:38 +01:00
skhameneh (Migrated from github.com) approved these changes 2019-02-18 01:36:41 +01:00
@ -274,0 +291,4 @@
clearInterval(this.emailVerifyCheckInterval);
AsyncStorage.setItem(Constants.KEY_EMAIL_VERIFY_PENDING, 'false');
this.setState({ verifyPending: false });
skhameneh (Migrated from github.com) commented 2019-02-18 01:36:16 +01:00

Can you use an await here?

Can you use an `await` here?
akinwale (Migrated from github.com) reviewed 2019-02-18 07:17:16 +01:00
@ -274,0 +291,4 @@
clearInterval(this.emailVerifyCheckInterval);
AsyncStorage.setItem(Constants.KEY_EMAIL_VERIFY_PENDING, 'false');
this.setState({ verifyPending: false });
akinwale (Migrated from github.com) commented 2019-02-18 07:17:15 +01:00

I suppose I could, but I would also need to add the async keyword to the function itself.

I suppose I could, but I would also need to add the `async` keyword to the function itself.
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-android#426
No description provided.