diff --git a/src/router/index.ts b/src/router/index.ts
index 4ceb34bd9..40b972575 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -5,7 +5,6 @@ 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";
@@ -100,11 +99,6 @@ 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
deleted file mode 100644
index 425bc2c62..000000000
--- a/src/views/VerifyEmail.vue
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
Verify Your Email
-
-
-
-
-
-
-
-
-