1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

rename to newMasterKey

This commit is contained in:
rr-bw
2025-04-01 09:28:35 -07:00
parent 6e70d0f817
commit 38e1988f3e
11 changed files with 34 additions and 26 deletions

View File

@@ -90,7 +90,12 @@
<bit-form-control
*ngIf="inputPasswordFlow === InputPasswordFlow.ChangePasswordWithOptionalUserKeyRotation"
>
<input type="checkbox" bitCheckbox formControlName="rotateUserKey" />
<input
type="checkbox"
bitCheckbox
formControlName="rotateUserKey"
(change)="rotateUserKeyClicked()"
/>
<bit-label>
{{ "rotateAccountEncKey" | i18n }}
<a