1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-16 08:34:39 +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

@@ -249,7 +249,7 @@ export class ExportComponent implements OnInit, OnDestroy, AfterViewInit {
}),
);
this.generatorService
.generator$({ on$: this.onGenerate$, account$ })
.generate$({ on$: this.onGenerate$, account$ })
.pipe(takeUntil(this.destroy$))
.subscribe((generated) => {
this.exportForm.patchValue({