เพิ่ม verify Email
This commit is contained in:
parent
7cb5f1e2ec
commit
3bb91201d8
2 changed files with 40 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ const Dashboard = () => import("@/modules/01_dashboard/views/Dashboard.vue");
|
|||
const Error404NotFound = () => import("@/views/Error404NotFound.vue");
|
||||
const loginMain = () => import("@/views/login.vue");
|
||||
const ErrorPermission = () => import("@/views/ErrorPermission.vue");
|
||||
const VerifyEmail = () => import("@/views/VerifyEmail.vue");
|
||||
|
||||
import ModuleTransfer from "@/modules/02_transfer/router";
|
||||
import ModuleRetire from "@/modules/03_retire/router";
|
||||
|
|
@ -77,6 +78,11 @@ const router = createRouter({
|
|||
Auth: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/verifyemail",
|
||||
name: "verifyemail",
|
||||
component: VerifyEmail,
|
||||
},
|
||||
{
|
||||
path: "/auth",
|
||||
name: "auth",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue