Просмотр исходного кода

add note about backup codes to mfa form

Milo Schwartz 6 месяцев назад
Родитель
Сommit
ef0bc9a764
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/LoginForm.tsx

+ 1 - 1
src/components/LoginForm.tsx

@@ -195,7 +195,7 @@ export default function LoginForm({ redirect, onLogin }: LoginFormProps) {
                             Two-Factor Authentication
                             Two-Factor Authentication
                         </h3>
                         </h3>
                         <p className="text-sm text-muted-foreground">
                         <p className="text-sm text-muted-foreground">
-                            Enter the code from your authenticator app.
+                            Enter the code from your authenticator app or one of your single-use backup codes.
                         </p>
                         </p>
                     </div>
                     </div>
                     <Form {...mfaForm}>
                     <Form {...mfaForm}>