Auth wall and permission implementation. Minor cleanups in design
... | ... | @@ -13,13 +13,14 @@ |
"bootstrap-vue": "^2.16.0", | ||
"dompurify": "^2.0.12", | ||
"filesize": "^4.2.1", | ||
"jquery": "3.4.1", | ||
"jquery": "^3.5.1", | ||
"moment": "^2.27.0", | ||
"node-polyglot": "^2.4.0", | ||
"oidc-client": "^1.10.1", | ||
"vue": "^2.6.12", | ||
"vue-full-calendar": "^2.8.0", | ||
"vue-router": "^3.4.3", | ||
"vue-toast-notification": "^0.6.0", | ||
"vuejs-logger": "^1.5.4", | ||
"vuex": "^3.5.1" | ||
}, | ||
... | ... |
6.69 KB
src/components/AuthWall.vue
0 → 100644