keycloak.logout
This commit is contained in:
parent
a1a5e613c9
commit
a12177a940
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ const doLogout = () => {
|
|||
dialogConfirm(
|
||||
$q,
|
||||
async () => {
|
||||
keycloak.logout();
|
||||
await deleteCookie("BMAHRIS_KEYCLOAK_IDENTITY");
|
||||
await deleteCookie("BMAHRIS_KEYCLOAK_REFRESH");
|
||||
window.location.href = "/login";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue