wip: Forget Password page

This commit is contained in:
2025-07-30 15:08:58 +05:30
parent 16284f4519
commit 67fce2c01e
9 changed files with 235 additions and 125 deletions

View File

@@ -71,7 +71,7 @@ export default function Login() {
const token = data.token;
localStorage.setItem("access_token", token);
if (data.FirstTimeLogin === true) {
router.push("/ChangePassword")
router.push("/SetPassword")
}
else {
router.push("/home");