Stop redirecting all loads to the dash page

This commit is contained in:
Eli Ribble 2026-04-16 22:51:15 +00:00
parent 1aba99f732
commit 5100c8f0be
No known key found for this signature in database

View file

@ -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);