mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix generate a11y binding (#11671)
This commit is contained in:
@@ -193,7 +193,7 @@ export class PasswordGeneratorComponent implements OnInit, OnDestroy {
|
||||
*/
|
||||
protected credentialTypeGenerateLabel$ = this.algorithm$.pipe(
|
||||
filter((algorithm) => !!algorithm),
|
||||
map(({ copy }) => copy),
|
||||
map(({ generate }) => generate),
|
||||
);
|
||||
|
||||
private toOptions(algorithms: AlgorithmInfo[]) {
|
||||
|
||||
Reference in New Issue
Block a user