- asggiunto bottone "installa app" sulla email di conferma registrazione e anche la Guida "/guida".
- migliorato InvitaAmico
This commit is contained in:
@@ -156,6 +156,17 @@ function getDynamicPages(site: ISites): IListRoutes[] {
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 120,
|
||||
path: '/installaapp',
|
||||
materialIcon: 'fas fa-user',
|
||||
name: 'pages.installaApp',
|
||||
component: () => import('@src/views/admin/installaApp/installaApp.vue'),
|
||||
meta: { },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 120,
|
||||
|
||||
Reference in New Issue
Block a user