test close redirect
This commit is contained in:
parent
e5f344d75b
commit
51448af9f5
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ async function kcLogout() {
|
|||
if (keycloak.authenticated !== undefined) {
|
||||
keycloak.logout();
|
||||
}
|
||||
window.location.href = "/login";
|
||||
// window.location.href = "/login";
|
||||
}
|
||||
|
||||
async function getToken() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue