PM-7392 - Main.background.ts - add clarifying comment.

This commit is contained in:
Jared Snider 2024-05-09 15:50:16 -04:00
parent 279ac758ce
commit ff3b0ddfb4
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 1 additions and 0 deletions

View File

@ -590,6 +590,7 @@ export default class MainBackground {
this.appIdService,
this.stateService,
() => {
// Send toast to popup
this.messagingService.send("showToast", {
type: "error",
title: this.i18nService.t("errorRefreshingAccessToken"),