diff --git a/apps/browser/src/background/main.background.ts b/apps/browser/src/background/main.background.ts index 58a7eb99ec6..1b5d9980dce 100644 --- a/apps/browser/src/background/main.background.ts +++ b/apps/browser/src/background/main.background.ts @@ -2013,7 +2013,7 @@ export default class MainBackground { this.themeStateService, this.totpService, this.accountService, - () => this.generatePassword(), + this.yieldGeneratedPassword, (password) => this.addPasswordToHistory(password), );