From 484b0ac8f00ef78647ee876da689de7067bf7af2 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 7 Feb 2025 12:20:55 +0700 Subject: [PATCH] fixing check redirect --- src/views/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home.vue b/src/views/home.vue index 99a1fc3..0f4392a 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -193,7 +193,7 @@ onMounted(async () => { } }) .catch((err: any) => { - // window.location.href = `${config.API.URL_SSO}`; + window.location.href = `${config.API.URL_SSO}`; }); getName();