+
If the account{" "} - - {email} - {" "} + {email}{" "} exists, you will get an email with instructions on resetting your password.
-+
Contact your deployment administrator if you encounter issues.
@@ -156,34 +158,4 @@ const RequestOTPSuccess: FC<{ email: string }> = ({ email }) => { ); }; -const styles = { - logo: { - marginBottom: 40, - }, - root: { - padding: 24, - display: "flex", - alignItems: "center", - justifyContent: "center", - flexDirection: "column", - minHeight: "100%", - textAlign: "center", - }, - container: { - width: "100%", - maxWidth: 320, - display: "flex", - flexDirection: "column", - alignItems: "center", - }, - icon: { - fontSize: 64, - }, - footer: (theme) => ({ - fontSize: 12, - color: theme.palette.text.secondary, - marginTop: 24, - }), -} satisfies Record