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() {
try {
await authClient.signOut();
router.push(Paths.AuthLogin);
// router.push(Paths.AuthLogin);
window.location.reload();
} catch (error) {
console.error(error);
}