mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
- set password and login frontend
This commit is contained in:
Vendored
+10
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user