diff --git a/src/router/index.ts b/src/router/index.ts
index 40b972575..4ceb34bd9 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -5,6 +5,7 @@ const Dashboard = () => import("@/views/Dashboard.vue");
const Error404NotFound = () => import("@/views/Error404NotFound.vue");
const loginView = () => import("@/views/login.vue");
const ErrorPermission = () => import("@/views/ErrorPermission.vue");
+const VerifyEmail = () => import("@/views/VerifyEmail.vue");
// import ModuleMetadata from "@/modules/01_metadata/router";
import ModuleMetadataNew from "@/modules/01_masterdata/router";
@@ -99,6 +100,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 000000000..425bc2c62
--- /dev/null
+++ b/src/views/VerifyEmail.vue
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
Verify Your Email
+
+
+
+
+
+
+
+
+