Compare commits

...

2 Commits

3 changed files with 2 additions and 3700 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -58,7 +58,8 @@ function StudentInfo(): React.JSX.Element {
async function handleLogoutOnClick() { async function handleLogoutOnClick() {
try { try {
await authClient.signOut(); await authClient.signOut();
router.push(Paths.AuthLogin); // router.push(Paths.AuthLogin);
window.location.reload();
} catch (error) { } catch (error) {
console.error(error); console.error(error);
} }