Fix: Implement automatic background identity creation

This commit is contained in:
gpt-engineer-app[bot]
2025-10-14 15:12:44 +00:00
parent 41757096c8
commit 92943f2692
2 changed files with 51 additions and 52 deletions

View File

@@ -225,14 +225,7 @@ export function SecurityTab() {
{hasPassword ? (
<>Update your password to keep your account secure.</>
) : (
<>
Add password authentication to your account for increased security and backup access.
{identities.length > 0 && (
<span className="block mt-2 text-amber-600 dark:text-amber-400">
If you've previously set a password but don't see it here, click "Add Password" to re-verify your authentication.
</span>
)}
</>
<>Add password authentication to your account for increased security and backup access.</>
)}
</CardDescription>
</CardHeader>