PM-7392 - Web app comp - fix issue

This commit is contained in:
Jared Snider 2024-05-08 19:48:17 -04:00
parent f731e9ba95
commit 24e31feed5
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export class AppComponent implements OnDestroy, OnInit {
this.router.navigate(["/"]);
break;
case "logout":
await this.logOut(!!message.expired, message.redirect);
await this.logOut(message.logoutReason, message.redirect);
break;
case "lockVault":
await this.vaultTimeoutService.lock();