From 3bb91201d877ad4f00c30123dc3d6e3db6998cbb Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 21 Nov 2024 10:06:59 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20verify=20Email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 6 ++++++ src/views/VerifyEmail.vue | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/views/VerifyEmail.vue diff --git a/src/router/index.ts b/src/router/index.ts index af9989a..103e994 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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", diff --git a/src/views/VerifyEmail.vue b/src/views/VerifyEmail.vue new file mode 100644 index 0000000..425bc2c --- /dev/null +++ b/src/views/VerifyEmail.vue @@ -0,0 +1,34 @@ + + + + +