- set password backend

This commit is contained in:
Peter Papp
2021-03-23 15:32:28 +01:00
parent 9566a4a830
commit 75042e0c42
11 changed files with 159 additions and 52 deletions

View File

@@ -15,7 +15,7 @@ const routesOasis = [
component: () =>
import(/* webpackChunkName: "chunks/oasis/platba" */ './Oasis/Pages/SubscriptionRequestPayment'),
meta: {
requiresAuth: true,
requiresAuth: false,
title: 'Platba'
},
},
@@ -25,7 +25,7 @@ const routesOasis = [
component: () =>
import(/* webpackChunkName: "chunks/oasis/platba" */ './Oasis/Pages/CreatePasswordAfterPayment'),
meta: {
requiresAuth: true,
requiresAuth: false,
title: 'Vytvorit Heslo'
},
},