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() {
|
logout() {
|
||||||
wipeCaches().then();
|
wipeCaches().then();
|
||||||
this._keycloakService.logout(window.location.origin + this._baseHref).then();
|
this._keycloakService.logout().then();
|
||||||
}
|
}
|
||||||
|
|
||||||
loadAll() {
|
loadAll() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user