fixing check redirect

This commit is contained in:
Warunee Tamkoo 2025-02-07 12:20:55 +07:00
parent 0fdc351141
commit 484b0ac8f0

View file

@ -193,7 +193,7 @@ onMounted(async () => {
}
})
.catch((err: any) => {
// window.location.href = `${config.API.URL_SSO}`;
window.location.href = `${config.API.URL_SSO}`;
});
getName();