Merge branch 'master' into VM/RED-3687

This commit is contained in:
Valentin Mihai 2022-07-15 15:05:30 +03:00
commit 3d682b665a
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "redaction", "name": "redaction",
"version": "3.628.0", "version": "3.629.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

Binary file not shown.