Compare commits
2 Commits
720838f137
...
688e102f2c
Author | SHA1 | Date | |
---|---|---|---|
688e102f2c | |||
4d57d0a5f3 |
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user