Add login button to reset password page
This commit is contained in:
@@ -108,6 +108,11 @@ function ResetPasswordForm ({ codeParam }: { codeParam: string }) {
|
||||
</p>
|
||||
)
|
||||
)}
|
||||
{result == 2 && (
|
||||
<div className='flex justify-center mt-6'>
|
||||
<button className='button'>Login</button>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user