mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:23:09 +02:00
upd: remove oauth/authorize page
This commit is contained in:
parent
88da6f16a9
commit
792629e633
1 changed files with 1 additions and 4 deletions
|
@ -251,10 +251,7 @@ export const routes = [{
|
||||||
icon: 'icon',
|
icon: 'icon',
|
||||||
permission: 'permission',
|
permission: 'permission',
|
||||||
},
|
},
|
||||||
}, {
|
},{
|
||||||
path: '/oauth/authorize',
|
|
||||||
component: page(() => import('./pages/oauth.vue')),
|
|
||||||
}, {
|
|
||||||
path: '/tags/:tag',
|
path: '/tags/:tag',
|
||||||
component: page(() => import('./pages/tag.vue')),
|
component: page(() => import('./pages/tag.vue')),
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue