- removed token profile page

- PhpCsFixer fix
This commit is contained in:
Peter Papp
2021-07-17 20:36:11 +02:00
parent 460b95e6de
commit c1d9622879
4 changed files with 66 additions and 125 deletions

View File

@@ -434,16 +434,6 @@ const routesUser = [
title: 'routes_title.settings_password'
},
},
{
name: 'Token',
path: '/platform/token',
component: () =>
import(/* webpackChunkName: "chunks/settings-password" */ './views/User/AccessToken'),
meta: {
requiresAuth: true,
title: 'routes_title.token'
},
},
{
name: 'Storage',
path: '/platform/settings/storage',