mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Ac/pm 16953 bulk restore revoke dialog design discrepancies (#13387)
* fix UI design * fix ui
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
*ngIf="{ enabled: accountDeprovisioningEnabled$ | async } as accountDeprovisioning"
|
*ngIf="{ enabled: accountDeprovisioningEnabled$ | async } as accountDeprovisioning"
|
||||||
>
|
>
|
||||||
<ng-container bitDialogTitle>
|
<ng-container bitDialogTitle>
|
||||||
<h3 *ngIf="accountDeprovisioning.enabled; else nonMemberTitle">{{ bulkMemberTitle }}</h3>
|
<span *ngIf="accountDeprovisioning.enabled; else nonMemberTitle">{{ bulkMemberTitle }}</span>
|
||||||
<ng-template #nonMemberTitle>
|
<ng-template #nonMemberTitle>
|
||||||
<h3>{{ bulkTitle }}</h3>
|
{{ bulkTitle }}
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user