disable auth middelware temp to check if its causing the problem

This commit is contained in:
omair saleh
2020-09-29 11:24:47 +08:00
parent eb558230c8
commit 0630b85732
+1 -1
View File
@@ -9,7 +9,7 @@ Vue.use(Meta)
Vue.use(Router)
// The middleware for every page of the application.
const globalMiddleware = ['locale', 'check-auth']
const globalMiddleware = ['locale'] //, 'check-auth'
// Load middleware modules dynamically.
const routeMiddleware = resolveMiddleware(