- fixed cookie too down to the screen

- fix verified: if Telegram OK is not necessary the email verification.
This commit is contained in:
paoloar77
2022-02-12 22:12:20 +01:00
parent 02048b58ad
commit 4683edce53
51 changed files with 143 additions and 531 deletions

View File

@@ -374,11 +374,22 @@ const baseroutes: IListRoutes[] = [
path: '/',
materialIcon: 'home',
name: 'pages.home',
component: () => import('@src/root/home_insiemesipuo/home_insiemesipuo.vue'),
component: () => import('@src/root/mainview/mainview.vue'),
reqauth: false,
inmenu: true,
infooter: true,
},
{
active: true,
order: 100,
path: '/work',
materialIcon: 'fas fa-bullhorn',
name: 'mypages.work',
component: () => import('@/root/work/work.vue'),
meta: { requiresAuth: true },
inmenu: true,
infooter: true,
},
/*{
active: true,
order: 100,