1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 19:11:22 +00:00

[Account Recovery][PM-18721] feature flag AccountRecoveryDialogComponent

This commit is contained in:
rr-bw
2025-05-06 23:54:53 -07:00
parent 5c8098432a
commit 787fddfa90
2 changed files with 51 additions and 27 deletions

View File

@@ -40,22 +40,22 @@
type="password"
formControlName="newPassword"
/>
<ng-container *ngIf="flow === InputPasswordFlow.ChangePasswordDelegation">
<button
type="button"
bitIconButton="bwi-generate"
bitSuffix
[appA11yTitle]="'generatePassword' | i18n"
(click)="generatePassword()"
></button>
<button
type="button"
bitSuffix
bitIconButton="bwi-clone"
appA11yTitle="{{ 'copyPassword' | i18n }}"
(click)="copy()"
></button>
</ng-container>
<button
*ngIf="flow === InputPasswordFlow.ChangePasswordDelegation"
type="button"
bitIconButton="bwi-generate"
bitSuffix
[appA11yTitle]="'generatePassword' | i18n"
(click)="generatePassword()"
></button>
<button
*ngIf="flow === InputPasswordFlow.ChangePasswordDelegation"
type="button"
bitSuffix
bitIconButton="bwi-clone"
appA11yTitle="{{ 'copyPassword' | i18n }}"
(click)="copy()"
></button>
<button
type="button"
bitIconButton