mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 15:11:12 -05:00
feat: Add persistent sign-in toast for orphaned passwords
This commit is contained in:
@@ -196,7 +196,7 @@ export function SecurityTab() {
|
||||
const handleSendConfirmationEmail = async () => {
|
||||
setAddingPassword(true);
|
||||
|
||||
const result = await triggerOrphanedPasswordConfirmation();
|
||||
const result = await triggerOrphanedPasswordConfirmation('security_settings');
|
||||
|
||||
if (result.success) {
|
||||
sonnerToast.success("Confirmation Email Sent!", {
|
||||
|
||||
Reference in New Issue
Block a user