fix wrong org user type id

This commit is contained in:
Kyle Spearrin 2017-03-23 00:40:23 -04:00
parent 4499ec6a22
commit fd62938db0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<div class="form-group">
<div class="radio">
<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.
</label>
</div>