v3
This commit is contained in:
@@ -33,7 +33,7 @@ export default defineRouter(function (/* { store, ssrContext } */) {
|
||||
history: createHistory(process.env.VUE_ROUTER_BASE),
|
||||
})
|
||||
|
||||
const publicPaths = ['/login', '/terms-of-use', '/create-account', '/recovery-password']
|
||||
const publicPaths = ['/login', '/create-account', '/recovery-password']
|
||||
|
||||
Router.beforeEach(async (to) => {
|
||||
const authStore = useAuthStore()
|
||||
|
||||
Reference in New Issue
Block a user