diff --git a/webapp/src/components/AuthViews.tsx b/webapp/src/components/AuthViews.tsx index 61259ea..40e6787 100644 --- a/webapp/src/components/AuthViews.tsx +++ b/webapp/src/components/AuthViews.tsx @@ -64,22 +64,29 @@ export default function AuthViews(props: AuthViewsProps) { return (
{props.emailForLock}
-{t('txt_loading')}
} {!loading && needPassword && ( - <> + )} {!loading && sendData && ( diff --git a/webapp/src/components/RecoverTwoFactorPage.tsx b/webapp/src/components/RecoverTwoFactorPage.tsx index e91c79d..b76e7ff 100644 --- a/webapp/src/components/RecoverTwoFactorPage.tsx +++ b/webapp/src/components/RecoverTwoFactorPage.tsx @@ -16,52 +16,59 @@ export default function RecoverTwoFactorPage(props: RecoverTwoFactorPageProps) { return ({t('txt_use_your_one_time_recovery_code_to_disable_two_step_verification')}
+