diff --git a/ts/AppSync.vue b/ts/AppSync.vue index c642a843..a4ee1501 100644 --- a/ts/AppSync.vue +++ b/ts/AppSync.vue @@ -18,6 +18,7 @@ onMounted(() => { }) .catch((e) => { console.log("root session not loaded", e); + router.push("/signin"); }); console.log("home mounted"); }); diff --git a/ts/view/Home.vue b/ts/view/Home.vue index 34d3f56d..3d31b48f 100644 --- a/ts/view/Home.vue +++ b/ts/view/Home.vue @@ -17,6 +17,7 @@ onMounted(() => { }) .catch((e) => { console.log("root session not loaded", e); + router.push("/signin"); }); console.log("home mounted"); });