RED-3800 fixed id token hint logout error

This commit is contained in:
Timo Bejan 2022-07-15 14:16:33 +03:00
parent cadfe3e3c9
commit 6cb4a53198

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