diff --git a/web/packages/accounts/components/two-factor/VerifyTwoFactor.tsx b/web/packages/accounts/components/two-factor/VerifyTwoFactor.tsx index 4dd8aed535..56caf86141 100644 --- a/web/packages/accounts/components/two-factor/VerifyTwoFactor.tsx +++ b/web/packages/accounts/components/two-factor/VerifyTwoFactor.tsx @@ -74,6 +74,7 @@ export function VerifyTwoFactor(props: Props) { = ({ appContext }) => { }; return ( - - - {t("two_factor")} - - - - router.push(PAGES.TWO_FACTOR_RECOVER)} - > - {t("lost_2fa_device")} - - - {t("change_email")} - - - - + + {t("two_factor")} + + + router.push(PAGES.TWO_FACTOR_RECOVER)} + > + {t("lost_2fa_device")} + + {t("change_email")} + + ); };