PM-7392 - Browser Popup - add comment clarifying expectation of seeing toasts.

This commit is contained in:
Jared Snider 2024-05-09 17:14:55 -04:00
parent 0d385c65c7
commit 870e04b9de
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ export class AppComponent implements OnInit, OnDestroy {
]);
}
// Displaying toasts isn't super useful on the popup due to the reloads we do.
// However, it is visible for a moment on the FF sidebar logout.
private async displayLogoutReason(logoutReason: LogoutReason) {
let toastOptions: ToastOptions;
switch (logoutReason) {