- favicon fix

- checkout fix
- stripe prefered locales
- color theme
- stripe card info box in dev version
This commit is contained in:
Peter Papp
2021-03-26 16:02:02 +01:00
parent ee1a8a6719
commit a3d4dfec3b
19 changed files with 320 additions and 55 deletions
+10
View File
@@ -88,6 +88,16 @@ const routesOasis = [
title: i18n.t('routes_title.user_create')
},
},
{
name: 'UserCreate',
path: '/admin/user/create',
component: () =>
import(/* webpackChunkName: "chunks/user-create" */ './Oasis/Admin/UserCreate'),
meta: {
requiresAuth: true,
title: i18n.t('routes_title.user_create')
},
},
]
},
]