6076-2FA #70

Merged
juan merged 9 commits from 6076-2FA into dev 2023-08-10 07:42:05 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 1b79fd633a - Show all commits

View File

@ -9,7 +9,6 @@ const routes = [
{ {
path: '/login', path: '/login',
component: () => import('../layouts/OutLayout.vue'), component: () => import('../layouts/OutLayout.vue'),
props: true,
children: [ children: [
{ {
path: '', path: '',
@ -22,7 +21,6 @@ const routes = [
name: 'TwoFactor', name: 'TwoFactor',
meta: { title: 'twoFactor' }, meta: { title: 'twoFactor' },
component: () => import('../pages/Login/TwoFactor.vue'), component: () => import('../pages/Login/TwoFactor.vue'),
props: true,
}, },
], ],
}, },