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