We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5879f commit 83b7f64Copy full SHA for 83b7f64
1 file changed
apps/browser/src/autofill/popup/settings/autofill.component.ts
@@ -636,7 +636,7 @@ export class AutofillComponent implements OnInit {
636
}
637
638
const result = await chrome.storage.session.get("pendingDefaultPasswordManagerApply");
639
- return Boolean(result.pendingDefaultPasswordManagerApply);
+ return Boolean(result?.pendingDefaultPasswordManagerApply);
640
641
642
async updateShowCardsCurrentTab() {
0 commit comments