no luck..

This commit is contained in:
newtbot 2024-01-31 03:32:41 +08:00
parent fea986a841
commit 2996684267
4 changed files with 7 additions and 7 deletions

View File

@ -77,7 +77,7 @@
</div>
<div class="container text-center">
<br>
<p>All Rights Reserved. &copy; 2023 <a href="/">EcoSaver</a>
<p>All Rights Reserved. &copy; 2024 <a href="/">EcoSaver</a>
</p>
</div>
</footer>

View File

@ -1,13 +1,11 @@
<%- include('logintop') %>
<body>
<section class="wrapper">
<section class="wrapper">
<div class="form">
<header>Reset Password</header>
<div class="card-header shadow actionMessage" style="display:none"></div>
<!-- <form action="auth/resetpassword/<%= token.token%>" method="post" onsubmit="formAJAX(this)"> -->
<form action="auth/resetpassword/<%= token%>" method="post" onsubmit="formAJAX(this)" evalAJAX="app.auth.logInRedirect();">
<form action="auth/resetpassword/<%= token%>" method="post" onsubmit="formAJAX(this)" evalAJAX="app.auth.logInRedirect();">
<input type="password" id="password" name="password" placeholder="Password" required />
<input type="password" id="confirmPassword" name="confirmPassword" placeholder="Confirm Password"
required />
@ -43,4 +41,6 @@
confirm_password.onkeyup = validatePassword;
</script>
</body>
</html>

View File

@ -82,4 +82,4 @@
</body>
</html>
</html>

View File

@ -132,4 +132,4 @@
</ul>
</div>
</div>
</nav>
</nav>