1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-12 19:50:46 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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({