RED-3800 fixed id token hint logout error
This commit is contained in:
parent
cadfe3e3c9
commit
6cb4a53198
@ -47,7 +47,7 @@ export class UserService extends EntitiesService<IUser, User> {
|
||||
|
||||
logout() {
|
||||
wipeCaches().then();
|
||||
this._keycloakService.logout(window.location.origin + this._baseHref).then();
|
||||
this._keycloakService.logout().then();
|
||||
}
|
||||
|
||||
loadAll() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user