mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
disable auth middelware temp to check if its causing the problem
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user