เพิ่ม verify Email

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-21 10:06:59 +07:00
parent 7cb5f1e2ec
commit 3bb91201d8
2 changed files with 40 additions and 0 deletions

View file

@ -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",