mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
only show disable all keys if enabled
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<span>{{'save' | i18n}}</span>
|
||||
</button>
|
||||
<button #disableBtn type="button" class="btn btn-outline-secondary btn-submit" [appApiAction]="disablePromise" [disabled]="disableBtn.loading"
|
||||
(click)="disable()">
|
||||
(click)="disable()" *ngIf="enabled">
|
||||
<i class="fa fa-spinner fa-spin" title="{{'loading' | i18n}}"></i>
|
||||
<span>{{'disableAllKeys' | i18n}}</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user