1
0
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:
Kyle Spearrin
2018-11-14 15:54:13 -05:00
parent 1b9943a4c8
commit 6d8b156455
3 changed files with 29 additions and 4 deletions

View File

@@ -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>