-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: passwordless frontend #3941
Conversation
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f53d9b4
to
ae9b154
Compare
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 unfortunately all of those styles look like they live in UIC or Seeds, will def connect w design on the discrepancies! |
Pull Request Template
Issue Overview
This PR addresses #3892
Description
Includes just the frontend for the sign-in screen and the verify screen.
How Can This Be Tested/Reviewed?
This will just be a visual QA. Designs are here.
Turn on the passwordless environment variable to view the sign in page. You will be able to toggle between the code and password versions.
Visit
/verify
to view the verify page. The alert copy and links included are based on the create account screens (the sign-in screens have different alert copy and links). Including the differences between the sign-in and create account versions will be added when the backend is complete.Checklist:
yarn generate:client
and/or created a migration if I made backend changes that require themReviewer Notes:
Steps to review a PR:
On Merge:
If you have one commit and message, squash. If you need each message to be applied, rebase and merge.