Pull request #370: RED-3800 fixed id token hint logout error

Merge in RED/ui from RED-3800-kc-fix to master

* commit '6cb4a5319836a11bd94ba181f7387804814a89af':
  RED-3800 fixed id token hint logout error
This commit is contained in:
Timo Bejan 2022-07-15 13:22:56 +02:00
commit 957edf120b

View File

@ -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() {