Fix remaining "Two-Factor" references

This commit is contained in:
gpt-engineer-app[bot]
2025-11-02 18:32:38 +00:00
parent 15b644e45a
commit f05e31ce38
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export function MFAChallenge({ factorId, onSuccess, onCancel }: MFAChallengeProp
<div className="space-y-4"> <div className="space-y-4">
<div className="flex items-center gap-2 text-primary"> <div className="flex items-center gap-2 text-primary">
<Shield className="w-5 h-5" /> <Shield className="w-5 h-5" />
<h3 className="font-semibold">Two-Factor Authentication</h3> <h3 className="font-semibold">Multi-Factor Authentication</h3>
</div> </div>
<p className="text-sm text-muted-foreground"> <p className="text-sm text-muted-foreground">

View File

@@ -372,7 +372,7 @@ export function SecurityTab() {
</Card> </Card>
</div> </div>
{/* Two-Factor Authentication - Full Width (Moderators+ Only) */} {/* Multi-Factor Authentication - Full Width (Moderators+ Only) */}
{isModerator() && ( {isModerator() && (
<Card> <Card>
<CardHeader> <CardHeader>