Upgrade Quasar
This commit is contained in:
@@ -38,9 +38,6 @@ export default route(function (/* { store, ssrContext } */) {
|
||||
Router.beforeEach((to) => {
|
||||
const auth = useAuthStore();
|
||||
|
||||
if (!auth.ready) {
|
||||
return false;
|
||||
}
|
||||
if (auth.currentUser) {
|
||||
return to.meta.accountRoute ? { name: 'index' } : true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user