We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24a67e commit 1ea6a1aCopy full SHA for 1ea6a1a
Frontend/src/Components/LoginSignUp/Login.jsx
@@ -67,7 +67,7 @@ export const Login = ({setAction, setError}) => {
67
</div>
68
<div className="forgot-password">
69
Forgot Password?
70
- <span onClick={() => resetUserPasswordUsingFirebase(userEmail)}>
+ <span onClick={() => {resetUserPasswordUsingFirebase(userEmail); setError("Password Reset Email Sent");} }>
71
Click Here.
72
</span>
73
0 commit comments