Merge branch 'master' into VM/RED-3687
This commit is contained in:
commit
3d682b665a
@ -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() {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redaction",
|
||||
"version": "3.628.0",
|
||||
"version": "3.629.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user