feat: Implement password reset form

This commit is contained in:
gpt-engineer-app[bot]
2025-10-14 17:24:31 +00:00
parent 0511bc0611
commit 5c075c363e
2 changed files with 120 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ export function SecurityTab() {
});
} else {
sonnerToast.success("Password Reset Email Sent!", {
description: "Check your email for a password reset link from Supabase. Click the link to set your password. You'll also receive a notification email from ThrillWiki.",
description: "Check your email for a password reset link. Click it to set your password on ThrillWiki.",
duration: 15000,
});
}