Redirect to signin on session failure
This commit is contained in:
parent
d047c460ed
commit
7483a6a695
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ onMounted(() => {
|
|||
})
|
||||
.catch((e) => {
|
||||
console.log("root session not loaded", e);
|
||||
router.push("/signin");
|
||||
});
|
||||
console.log("home mounted");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue