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>
<div class="container text-center"> <div class="container text-center">
<br> <br>
<p>All Rights Reserved. &copy; 2023 <a href="/">EcoSaver</a> <p>All Rights Reserved. &copy; 2024 <a href="/">EcoSaver</a>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -1,13 +1,11 @@
<%- include('logintop') %> <%- include('logintop') %>
<body> <section class="wrapper">
<section class="wrapper">
<div class="form"> <div class="form">
<header>Reset Password</header> <header>Reset Password</header>
<div class="card-header shadow actionMessage" style="display:none"></div> <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.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="password" name="password" placeholder="Password" required />
<input type="password" id="confirmPassword" name="confirmPassword" placeholder="Confirm Password" <input type="password" id="confirmPassword" name="confirmPassword" placeholder="Confirm Password"
required /> required />
@ -43,4 +41,6 @@
confirm_password.onkeyup = validatePassword; confirm_password.onkeyup = validatePassword;
</script> </script>
</body>
</html>

View File

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

View File

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