PM-7392 - Web app comp - fix issue
This commit is contained in:
parent
f731e9ba95
commit
24e31feed5
|
@ -138,7 +138,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||||
this.router.navigate(["/"]);
|
this.router.navigate(["/"]);
|
||||||
break;
|
break;
|
||||||
case "logout":
|
case "logout":
|
||||||
await this.logOut(!!message.expired, message.redirect);
|
await this.logOut(message.logoutReason, message.redirect);
|
||||||
break;
|
break;
|
||||||
case "lockVault":
|
case "lockVault":
|
||||||
await this.vaultTimeoutService.lock();
|
await this.vaultTimeoutService.lock();
|
||||||
|
|
Loading…
Reference in New Issue