1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Fix import order, replace lambda.

This commit is contained in:
Miles Blackwood
2025-06-16 10:52:09 -04:00
parent bc8c925cd0
commit b0a1f8da31

View File

@@ -2013,7 +2013,7 @@ export default class MainBackground {
this.themeStateService,
this.totpService,
this.accountService,
() => this.generatePassword(),
this.yieldGeneratedPassword,
(password) => this.addPasswordToHistory(password),
);