This commit is contained in:
viviannTam
2024-01-30 15:54:04 +08:00
parent 31fe6b3c7c
commit 7bd92805dd
5 changed files with 25 additions and 72 deletions

View File

@@ -3,10 +3,10 @@
<body>
<section class="wrapper">
<div class="form">
<header>Reset Password</header>
<form action="auth/checkemail" method="POST" onsubmit="formAJAX(this)">
<header>Forgot Password</header>
<form action="auth/checkemail" onsubmit="formAJAX(this)" evalAJAX="app.auth.logInRedirect();">
<input type="email" name="email" placeholder="Email" required
pattern="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" />
pattern="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" />
<input type="submit" value="Reset Password" />
</form>
<br>