1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 11:54:02 +00:00

revert generate -> generator rename

This commit is contained in:
✨ Audrey ✨
2025-04-23 15:03:54 -04:00
parent e000fd77d4
commit a990419502
8 changed files with 9 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ export class SendOptionsComponent implements OnInit {
pin({ name: () => "send-options.component", distinct: (p, c) => p.id === c.id }),
);
const generatedCredential = await firstValueFrom(
this.generatorService.generator$({ on$, account$ }),
this.generatorService.generate$({ on$, account$ }),
);
this.sendOptionsForm.patchValue({