diff --git a/src/popup/app/current/current.component.ts b/src/popup/app/current/current.component.ts index 9d25ab67c9..ac7371cac8 100644 --- a/src/popup/app/current/current.component.ts +++ b/src/popup/app/current/current.component.ts @@ -86,6 +86,7 @@ export class CurrentController { cipher: cipher, pageDetails: this.pageDetails, fromBackground: false, + doc: this.$window.document, }).then((totpCode: string) => { this.$analytics.eventTrack('Autofilled'); if (totpCode && this.platformUtilsService.isFirefox()) { diff --git a/src/popup/app/settings/options.component.html b/src/popup/app/settings/options.component.html index a43275e497..19f9f65b3c 100644 --- a/src/popup/app/settings/options.component.html +++ b/src/popup/app/settings/options.component.html @@ -54,7 +54,7 @@ {{$ctrl.i18n.addLoginNotificationDesc}} -