mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
hide key rotation option
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="rotateEncKey" name="RotateEncKey" [(ngModel)]="rotateEncKey"
|
||||
@@ -40,6 +41,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<button type="submit" class="btn btn-primary btn-submit" [disabled]="form.loading">
|
||||
<i class="fa fa-spinner fa-spin" title="{{'loading' | i18n}}"></i>
|
||||
<span>{{'changeMasterPassword' | i18n}}</span>
|
||||
|
||||
Reference in New Issue
Block a user