From 7e3da04bebf56ed1a2d822f74c50c03ee4cd7300 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sun, 20 Oct 2024 20:55:37 +1100 Subject: [PATCH] fixed some of quexeky's BASED design decisions --- app.vue | 2 +- components/Header.vue | 8 ++++---- pages/store/index.vue | 4 ---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app.vue b/app.vue index a146950..4f900fb 100644 --- a/app.vue +++ b/app.vue @@ -44,7 +44,7 @@ listen("auth/failed", () => { }); listen("auth/finished", () => { - router.push("/"); + router.push("/store"); }); useHead({ diff --git a/components/Header.vue b/components/Header.vue index 731582d..33ee506 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -1,11 +1,10 @@