Stop redirecting all loads to the dash page
This commit is contained in:
parent
1aba99f732
commit
5100c8f0be
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ onMounted(() => {
|
|||
.get()
|
||||
.then((session: Session) => {
|
||||
console.log("session loaded", session);
|
||||
router.push("/_/dash");
|
||||
})
|
||||
.catch((e) => {
|
||||
console.log("root session not loaded", e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue