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