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