Add forgot username/password links and register link to login page & fix something on reset password. Will add those pages too.

This commit is contained in:
2026-02-01 15:36:09 -07:00
parent 7a5ca29a7d
commit 6dd01b2d7f
2 changed files with 79 additions and 57 deletions

View File

@@ -110,7 +110,7 @@ function ResetPasswordForm ({ codeParam }: { codeParam: string }) {
)}
{result == 2 && (
<div className='flex justify-center mt-6'>
<button className='button'>Login</button>
<button>Login</button>
</div>
)}
</div>