mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
old attachments check when rotating enc key
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="rotateEncKey" name="RotateEncKey" [(ngModel)]="rotateEncKey"
|
||||
(change)="showEncKeyWarning()">
|
||||
(change)="rotateEncKeyClicked()">
|
||||
<label class="form-check-label" for="rotateEncKey">
|
||||
{{'rotateAccountEncKey' | i18n}}
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user