summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/router/index.js b/src/router/index.js
index cbebca70..61cb9023 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -28,6 +28,14 @@ const routes = [
meta: {
title: 'Local user management'
}
+ },
+ {
+ path: '/unauthorized',
+ name: 'unauthorized',
+ component: () => import('@/views/Unauthorized'),
+ meta: {
+ title: 'Unauthorized'
+ }
}
]
},