This commit is contained in:
2026-04-07 16:20:18 +07:00
parent 91f3b16634
commit e3065e1bf5
16 changed files with 442 additions and 195 deletions

View File

@@ -73,7 +73,7 @@ export default function SignInForm() {
console.log("Current User Data:", data);
if (data?.data) {
dispatch(setUserData(data.data));
// router.push("/profile");
router.push("/");
}
} else {
toast.error("Email hoặc mật khẩu không đúng.");