mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-04 21:04:29 +08:00
[PM-37485] Bugfix: Autofill settings do not save in browser extension (#20658)
This commit is contained in:
parent
aa5879f4a3
commit
83b7f64edd
@ -636,7 +636,7 @@ export class AutofillComponent implements OnInit {
|
||||
}
|
||||
|
||||
const result = await chrome.storage.session.get("pendingDefaultPasswordManagerApply");
|
||||
return Boolean(result.pendingDefaultPasswordManagerApply);
|
||||
return Boolean(result?.pendingDefaultPasswordManagerApply);
|
||||
}
|
||||
|
||||
async updateShowCardsCurrentTab() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user