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:
@@ -2013,7 +2013,7 @@ export default class MainBackground {
|
||||
this.themeStateService,
|
||||
this.totpService,
|
||||
this.accountService,
|
||||
() => this.generatePassword(),
|
||||
this.yieldGeneratedPassword,
|
||||
(password) => this.addPasswordToHistory(password),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user