PM-7392 - Clean up web app comp

This commit is contained in:
Jared Snider 2024-05-09 14:49:59 -04:00
parent 4451947689
commit dceeedd805
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 0 additions and 5 deletions

View File

@ -324,12 +324,7 @@ export class AppComponent implements OnDestroy, OnInit {
}
}
//const activeToast =
this.toastService.showToast(toastOptions);
// if (delayLogoutToShowToast) {
// // Since desktop has process reload on logout, we need to wait for the toast to be hidden before triggering the logout.
// await firstValueFrom(activeToast.onHidden);
// }
}
private async logOut(logoutReason: LogoutReason, redirect = true) {