Closed yunakim714 closed 1 week ago
In the passwordless login flow, a passwordless token is sent to the shopper over email. Once this email is sent, users will be redirected to a "Check Your Email" page.
⚠️This PR only implements the UI⚠️
Figma prototype here
Breaking changes include: Removing a public function or component or prop Adding a required argument to a function Changing the data type of a function parameter or return value Adding a new peer dependency to package.json
Breaking changes include:
package.json
PasswordlessEmailConfirmation
Resend Link
app/component/email-confirmation
To see the Check Email modal:
To see the Check Email page:
You must check off all items in one of the follow two lists:
or...
Description
In the passwordless login flow, a passwordless token is sent to the shopper over email. Once this email is sent, users will be redirected to a "Check Your Email" page.
⚠️This PR only implements the UI⚠️
Figma prototype here
Types of Changes
Changes
PasswordlessEmailConfirmation
component that includes aResend Link
buttonapp/component/email-confirmation
How to Test-Drive This PR
To see the Check Email modal:
To see the Check Email page:
Checklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization