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