mirror of
https://github.com/bitwarden/web
synced 2026-01-09 03:53:28 +00:00
set teams plan when business is checked
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<section class="content-header">
|
||||
`<section class="content-header">
|
||||
<h1>Create Organization</h1>
|
||||
</section>
|
||||
<section class="content">
|
||||
@@ -36,7 +36,8 @@
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="model.ownedBusiness"> This account is owned by a business.
|
||||
<input type="checkbox" ng-model="model.ownedBusiness" ng-click="changedBusiness()">
|
||||
This account is owned by a business.
|
||||
</label>
|
||||
</div>
|
||||
<div class="row" ng-show="model.ownedBusiness">
|
||||
|
||||
Reference in New Issue
Block a user