- set password and login frontend

This commit is contained in:
Peter Papp
2021-03-23 12:03:23 +01:00
parent 7521c588fc
commit 9566a4a830
7 changed files with 244 additions and 7 deletions
+10
View File
@@ -19,6 +19,16 @@ const routesOasis = [
title: 'Platba'
},
},
{
name: 'CreatePasswordAfterPayment',
path: '/vytvorit-heslo/:id',
component: () =>
import(/* webpackChunkName: "chunks/oasis/platba" */ './Oasis/Pages/CreatePasswordAfterPayment'),
meta: {
requiresAuth: true,
title: 'Vytvorit Heslo'
},
},
{
name: 'Admin',
path: '/admin',