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:
parent
433ae13513
commit
2e1cd127c7
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user