added Successfully verify email send route(Vue)

This commit is contained in:
Milos Holba
2021-05-31 18:19:42 +02:00
parent 359ae80e22
commit 2bba4f961a
6 changed files with 95 additions and 4 deletions

View File

@@ -343,6 +343,15 @@ const routesAuth = [
requiresAuth: false
},
},
{
name: 'SuccessfullySend',
path: '/successfully-send',
component: () =>
import(/* webpackChunkName: "chunks/email-verified" */ './views/Auth/SuccessfullySendEmail'),
meta: {
requiresAuth: false
},
},
{
name: 'SignIn',
path: '/sign-in',