From 5100c8f0bec9259f85f1f5134f5ec3d56062be1e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 16 Apr 2026 22:51:15 +0000 Subject: [PATCH] Stop redirecting all loads to the dash page --- ts/AppSync.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/AppSync.vue b/ts/AppSync.vue index a4ee1501..8f02cbbb 100644 --- a/ts/AppSync.vue +++ b/ts/AppSync.vue @@ -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);