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