Refactor: Update MFA terminology

This commit is contained in:
gpt-engineer-app[bot]
2025-11-02 18:27:11 +00:00
parent b443d63f00
commit 15b644e45a
7 changed files with 30 additions and 30 deletions

View File

@@ -463,7 +463,7 @@ export function PasswordUpdateDialog({ open, onOpenChange, onSuccess }: Password
<div className="space-y-4 py-4">
<div className="flex flex-col items-center gap-4">
<Label htmlFor="totp-code">Authentication Code</Label>
<Label htmlFor="totp-code">Code from Authenticator App</Label>
<InputOTP
maxLength={6}
value={totpCode}