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:
commit
957edf120b
@ -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