mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 12:31:26 -05:00
Fix: Implement automatic background identity creation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user