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}

View File

@@ -378,10 +378,10 @@ export function SecurityTab() {
<CardHeader>
<div className="flex items-center gap-2">
<Smartphone className="w-5 h-5" />
<CardTitle>Two-Factor Authentication</CardTitle>
<CardTitle>Multi-Factor Authentication</CardTitle>
</div>
<CardDescription>
Add an extra layer of security to your account with TOTP authentication
Add an extra layer of security to your account with Multi-Factor Authentication
</CardDescription>
</CardHeader>
<CardContent>
@@ -434,7 +434,7 @@ export function SecurityTab() {
</span>
)}
Last active: {format(new Date(session.refreshed_at || session.created_at), 'PPpp')}
{session.aal === 'aal2' && ' • MFA'}
{session.aal === 'aal2' && ' • Multi-Factor'}
</p>
{session.not_after && (
<p className="text-sm text-muted-foreground">