updated logout

This commit is contained in:
Warunee Tamkoo 2024-07-16 21:30:13 +07:00
parent 6538140333
commit 73e81d5e6c

View file

@ -100,8 +100,7 @@ function onClickLogout() {
// keycloak.logout()
await deleteCookie('BMAHRIS_KEYCLOAK_IDENTITY')
await deleteCookie('BMAHRIS_KEYCLOAK_REFRESH')
// window.location.href = 'https://bma-sso.frappet.synology.me'
window.location.href = 'http://localhost:3020'
window.location.href = 'https://bma-sso.frappet.synology.me'
})
}