forked from jsnbuchanan/crowd-funder-for-time-pwa
Change to anchors with click handlers so we can run code before transitioning to next pages
This commit is contained in:
@@ -112,7 +112,7 @@ const router = createRouter({
|
||||
|
||||
router.beforeEach(async (to) => {
|
||||
// redirect to start page if no account
|
||||
const publicPages = ["/start"];
|
||||
const publicPages = ["/start", "/account", "/import-account"];
|
||||
const authRequired = !publicPages.includes(to.path);
|
||||
const authStore = useAccountStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user