Add email+password recovery mode with lookup-key gating#13897
Conversation
|
🌐 Web preview readyPreview URL: https://audius-web-preview-pr-13897.audius.workers.dev Unique preview for this PR (deployed from this branch). |
| } else { | ||
| setHasRequestedBrowserPermission() | ||
| while (hasPendingPasswordReset()) { | ||
| yield* delay(500) |
There was a problem hiding this comment.
two modals popping up at once
| password: action.password, | ||
| oldLookupKey: action.lookupKey | ||
| }) | ||
| yield put(actions.changePasswordSucceeded()) |
| ) | ||
| ) | ||
|
|
||
| const decodeIfEncoded = (value: string) => { |
There was a problem hiding this comment.
i think we have utilities out there, but all good
Summary
Validation