Skip to content
Snippets Groups Projects
Unverified Commit 253f005e authored by futchitwo's avatar futchitwo Committed by GitHub
Browse files

Fix: アクセストークン管理画面、アカウント管理画面表示できないのを修正 (#9064)

* Fix: apps page routing

* Fix: accounts page routing

* Fix: router name
parent dddc076d
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,10 @@ export const routes = [{
path: '/api',
name: 'api',
component: page(() => import('./pages/settings/api.vue')),
}, {
path: '/apps',
name: 'api',
component: page(() => import('./pages/settings/apps.vue')),
}, {
path: '/webhook/edit/:webhookId',
name: 'webhook',
......@@ -157,6 +161,10 @@ export const routes = [{
path: '/custom-css',
name: 'general',
component: page(() => import('./pages/settings/custom-css.vue')),
}, {
path: '/accounts',
name: 'profile',
component: page(() => import('./pages/settings/accounts.vue')),
}, {
path: '/account-info',
name: 'other',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment