mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 01:53:55 +00:00
invite/edit org users
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<small class="form-text text-muted">{{'externalIdGroupDesc' | i18n}}</small>
|
||||
</div>
|
||||
<h3 class="mt-4 d-flex">
|
||||
<div class="mb-1">
|
||||
<div class="mb-2">
|
||||
{{'accessControl' | i18n}}
|
||||
</div>
|
||||
<div class="ml-auto" *ngIf="access === 'selected' && collections && collections.length">
|
||||
@@ -33,7 +33,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</h3>
|
||||
<div class="form-group">
|
||||
<div class="form-group" [ngClass]="{'mb-0': access !== 'selected'}">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="access" id="accessAll" value="all" [(ngModel)]="access">
|
||||
<label class="form-check-label" for="accessAll">
|
||||
|
||||
Reference in New Issue
Block a user