diff --git a/002_source/ionic_mobile/src/pages/auth/StudentInfo/index.tsx b/002_source/ionic_mobile/src/pages/auth/StudentInfo/index.tsx index 71cd65c..e14dda0 100644 --- a/002_source/ionic_mobile/src/pages/auth/StudentInfo/index.tsx +++ b/002_source/ionic_mobile/src/pages/auth/StudentInfo/index.tsx @@ -58,8 +58,7 @@ function StudentInfo(): React.JSX.Element { async function handleLogoutOnClick() { try { await authClient.signOut(); - // router.push(Paths.AuthLogin); - window.location.reload(); + router.push(Paths.AuthLogin); } catch (error) { console.error(error); }