mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-24 16:49:26 +01:00
fix wrong org user type id
This commit is contained in:
parent
4499ec6a22
commit
fd62938db0
@ -8,7 +8,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" id="user-type" ng-model="type" name="Type" value="3" ng-checked="type === 2">
|
<input type="radio" id="user-type" ng-model="type" name="Type" value="2" ng-checked="type === 2">
|
||||||
<strong>User</strong> - A regular user with access to your organization's subvaults.
|
<strong>User</strong> - A regular user with access to your organization's subvaults.
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user