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 @@
+
+
+
+
+
+
+
+
Verify Your Email
+
+
+
+
+
+
+
+
+