diff --git a/.changeset/curly-plums-hug.md b/.changeset/curly-plums-hug.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/curly-plums-hug.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/ui/src/components/sign-in/sign-in.tsx b/packages/ui/src/components/sign-in/sign-in.tsx index 19346f7b56..39e642d805 100644 --- a/packages/ui/src/components/sign-in/sign-in.tsx +++ b/packages/ui/src/components/sign-in/sign-in.tsx @@ -265,6 +265,89 @@ export function SignInComponentLoaded() { + + + {logoImageUrl ? ( + + ) : null} + {t('signIn.emailCode.title')} + {t('signIn.emailCode.subtitle', { applicationName })} + + + + + + + + + + + + + {({ message }) => { + return {message}; + }} + + ( +

+ {t('signIn.emailCode.resendButton')} ( + {resendableAfter}) +

+ )} + > + {t('signIn.emailCode.resendButton')} + + } + /> + + {isSubmitting => { + return ( +
+ + + + + {t('footerActionLink__useAnotherMethod')} + +
+ ); + }} +
+
+
+ {t('signIn.forgotPassword.title')}