1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

use revised configuration name when generating send passwords (#11290)

This commit is contained in:
✨ Audrey ✨
2024-09-27 10:58:01 -04:00
committed by GitHub
parent 433ae13513
commit 2e1cd127c7

View File

@@ -102,7 +102,7 @@ export class SendOptionsComponent implements OnInit {
generatePassword = async () => {
const generatedCredential = await firstValueFrom(
this.generatorService.generate$(Generators.Password),
this.generatorService.generate$(Generators.password),
);
this.sendOptionsForm.patchValue({