Add beginning of Google Auth
This commit is contained in:
@@ -41,7 +41,6 @@ export default route(function (/* { store, ssrContext } */) {
|
||||
if (!auth.ready) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (auth.currentUser) {
|
||||
return to.meta.accountRoute ? { name: 'index' } : true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user