mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
use revised configuration name when generating send passwords (#11290)
This commit is contained in:
@@ -102,7 +102,7 @@ export class SendOptionsComponent implements OnInit {
|
|||||||
|
|
||||||
generatePassword = async () => {
|
generatePassword = async () => {
|
||||||
const generatedCredential = await firstValueFrom(
|
const generatedCredential = await firstValueFrom(
|
||||||
this.generatorService.generate$(Generators.Password),
|
this.generatorService.generate$(Generators.password),
|
||||||
);
|
);
|
||||||
|
|
||||||
this.sendOptionsForm.patchValue({
|
this.sendOptionsForm.patchValue({
|
||||||
|
|||||||
Reference in New Issue
Block a user