code deletion

This commit is contained in:
Čarodej
2022-04-27 09:57:31 +02:00
parent eb4d5b4cba
commit 3b3bf62cb8
23 changed files with 121 additions and 553 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const routesAuth = [
},
{
name: 'SignIn',
path: '/sign-in',
path: '/',
component: () => import(/* webpackChunkName: "chunks/sign-in" */ '../views/Auth/SignIn'),
meta: {
requiresAuth: false,