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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user