-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email auth factor #3602
Email auth factor #3602
Conversation
Your Render PR Server URL is https://social-app-pr-3602.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cog5van79t8c73eqfi60. |
|
The Pull Request introduced fingerprint changes against the base commit: cbb817b Fingerprint diff[{"type":"file","filePath":"package.json","reasons":["expoConfigPlugins"],"hash":"6d32c9262c6f1b69d4dbb4781a15ed5a51372388"}] Generated by PR labeler 🤖 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg, seems to work!
}, | ||
'LoginForm', | ||
) | ||
} catch (e: any) { | ||
const errMsg = e.toString() | ||
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut) | ||
setIsProcessing(false) | ||
if (errMsg.includes('Authentication Required')) { | ||
if ( | ||
e instanceof ComAtprotoServerCreateSession.AuthFactorTokenRequiredError |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note instanceof
doesn't work across iframes so it would be nice not to rely on this as the recommended way to check it
{stage === Stages.ConfirmCode ? ( | ||
<Trans> | ||
An email has been sent to{' '} | ||
{currentAccount?.email || '(no email)'}. It includes a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this (no email)
some sort of a corner case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that really shouldnt be possible
* origin/main: (47 commits) Add option to remove quoted post in composer (#3670) Add border radius to GIF loading state (#3669) use mp4 over webm (#3666) Release 1.79 (#3661) Update Japanese translation (#3656) [Statsig] Add test gates and events (#3659) Quick fix to ensure disable 2fa dialog adjusts to keyboard (#3658) Email auth factor (#3602) GIF Viewer (#3605) Ungate profile scroll fix (#3655) rm country param (#3653) [GIFs] Remove consent flow (#3652) [GIFs] Replace GIPHY with Tenor (#3651) properly close the switch account dialog (#3558) [GIFs] Reset scroll on query change (#3642) Update French translations (#3644) [GIFs] Add error boundary to GIF picker (#3643) Revert "Add layout transitions to the composer photo gallery on iOS (#3609)" (#3649) Update Finnish translations (#3630) Update Japanese translations (#3632) ...
To test:
Video
CleanShot.2024-04-18.at.11.20.52.mp4