Attach onClick to Forgot password and add Dialog UI
cgen-04a1ce8421c64782a8f9e0e8b4b3faa3
This commit is contained in:
parent
46446ecac5
commit
3ee63a98c9
1 changed files with 4 additions and 0 deletions
|
|
@ -340,6 +340,10 @@ export default function Login() {
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="text-aethex-400 hover:underline"
|
className="text-aethex-400 hover:underline"
|
||||||
|
onClick={() => {
|
||||||
|
setResetEmail(email || "");
|
||||||
|
setShowReset(true);
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
Forgot password?
|
Forgot password?
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue