diff --git a/src/router/index.ts b/src/router/index.ts index a7b71bd3..1fd35124 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -12,7 +12,6 @@ import ModuleSystem from "@/modules/04_system/router"; // TODO: ใช้หรือไม่? import keycloak, { kcLogout } from "@/plugins/keycloak"; -import checkPermission from "@/plugins/checkPermission"; const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), diff --git a/src/views/login.vue b/src/views/login.vue index d5aaa763..60443d75 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -69,7 +69,7 @@ onMounted(() => { $q.dialog({ component: CustomComponent, componentProps: { - title: "ข้อความแจ้งเตือน", + title: "พบข้อผิดพลาด", message: "ขออภัยคุณไม่มีสิทธิ์เข้าใช้งานระบบนี้", icon: "warning", color: "red",