fix auth (#24), update deps, local user_locale

This commit is contained in:
les
2019-09-17 16:05:46 +02:00
parent 5f94f72912
commit 46bc1854de
7 changed files with 36 additions and 33 deletions

View File

@@ -25,7 +25,7 @@ module.exports = {
** Global CSS
*/
css: [
'bootstrap/dist/css/bootstrap.css',
'bootstrap/dist/css/bootstrap.min.css',
'element-ui/lib/theme-chalk/index.css'
],
@@ -68,7 +68,7 @@ module.exports = {
logout: false,
user: { url: '/auth/user', method: 'get', propertyName: false }
},
tokenRequired: false,
tokenRequired: true,
tokenType: 'Bearer'
}
}