PM-7392 - Main.background.ts - add clarifying comment.
This commit is contained in:
parent
279ac758ce
commit
ff3b0ddfb4
|
@ -590,6 +590,7 @@ export default class MainBackground {
|
||||||
this.appIdService,
|
this.appIdService,
|
||||||
this.stateService,
|
this.stateService,
|
||||||
() => {
|
() => {
|
||||||
|
// Send toast to popup
|
||||||
this.messagingService.send("showToast", {
|
this.messagingService.send("showToast", {
|
||||||
type: "error",
|
type: "error",
|
||||||
title: this.i18nService.t("errorRefreshingAccessToken"),
|
title: this.i18nService.t("errorRefreshingAccessToken"),
|
||||||
|
|
Loading…
Reference in New Issue