mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[PM-15200] add "generated credential" screen reader notification (#12877)
replaces website$ dependency with `GenerateRequest`
This commit is contained in:
@@ -72,6 +72,6 @@ export class CredentialGeneratorHistoryComponent {
|
||||
|
||||
protected getGeneratedValueText(credential: GeneratedCredential) {
|
||||
const info = this.generatorService.algorithm(credential.category);
|
||||
return info.generatedValue;
|
||||
return info.credentialType;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user