diff --git a/js/accounts/auth.js b/js/accounts/auth.js index a5df058..5032935 100644 --- a/js/accounts/auth.js +++ b/js/accounts/auth.js @@ -89,7 +89,7 @@ export class AuthManager { async sendPasswordReset(email) { try { - await auth.createRecovery(email, window.location.origin + '/reset-password.html'); + await auth.createRecovery(email, window.location.origin + '/reset-password'); alert(`Password reset email sent to ${email}`); } catch (error) { console.error('Password reset failed:', error);