Update AppImage

This commit is contained in:
MacRimi
2025-11-07 20:55:00 +01:00
parent 5dd8b3ee36
commit f064cc89ba
7 changed files with 15 additions and 15 deletions

View File

@@ -197,7 +197,7 @@ export function TwoFactorSetup({ open, onClose, onSuccess }: TwoFactorSetupProps
placeholder="000000"
value={verificationCode}
onChange={(e) => setVerificationCode(e.target.value.replace(/\D/g, "").slice(0, 6))}
className="text-center text-lg tracking-widest font-mono"
className="text-center text-lg tracking-widest font-mono text-base"
maxLength={6}
disabled={loading}
/>