mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 12:31:26 -05:00
Fix orphaned password verification error
This commit is contained in:
@@ -192,8 +192,12 @@ export function SecurityTab() {
|
||||
};
|
||||
|
||||
const handleVerificationSuccess = async () => {
|
||||
await loadIdentities();
|
||||
sonnerToast.success("Password authentication activated successfully!");
|
||||
// Don't reload identities immediately - user needs to confirm email first
|
||||
toast({
|
||||
title: "Email Confirmation Required",
|
||||
description: "Check your email and click the confirmation link to activate password authentication.",
|
||||
duration: 0, // Persistent
|
||||
});
|
||||
};
|
||||
|
||||
// Get connected accounts with identity data
|
||||
|
||||
Reference in New Issue
Block a user