mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
fix generate a11y binding (#11671)
This commit is contained in:
@@ -378,7 +378,7 @@ export class UsernameGeneratorComponent implements OnInit, OnDestroy {
|
||||
*/
|
||||
protected credentialTypeGenerateLabel$ = this.algorithm$.pipe(
|
||||
filter((algorithm) => !!algorithm),
|
||||
map(({ copy }) => copy),
|
||||
map(({ generate }) => generate),
|
||||
);
|
||||
|
||||
/** Emits hint key for the currently selected credential type */
|
||||
|
||||
Reference in New Issue
Block a user