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