add auth info tip

This commit is contained in:
miloschwartz
2025-12-04 21:28:42 -05:00
parent 04e73515b8
commit a7185ff913
2 changed files with 10 additions and 0 deletions

View File

@@ -361,6 +361,15 @@ export default function LoginForm({
return (
<div className="space-y-4">
{forceLogin && (
<Alert variant="neutral">
<AlertDescription className="flex items-center gap-2">
<LockIcon className="w-4 h-4" />
{t("loginRequiredForDevice")}
</AlertDescription>
</Alert>
)}
{showSecurityKeyPrompt && (
<Alert>
<FingerprintIcon className="w-5 h-5 mr-2" />