From dceeedd805e8775665c5c93137bbd85bd6a5901a Mon Sep 17 00:00:00 2001 From: Jared Snider Date: Thu, 9 May 2024 14:49:59 -0400 Subject: [PATCH] PM-7392 - Clean up web app comp --- apps/web/src/app/app.component.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/src/app/app.component.ts b/apps/web/src/app/app.component.ts index 6f21eeec6d..df172a5ba8 100644 --- a/apps/web/src/app/app.component.ts +++ b/apps/web/src/app/app.component.ts @@ -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) {