Add cloudron purpose to appstore login/signup flow

This commit is contained in:
Johannes Zellner
2020-01-30 15:36:05 +01:00
parent 0315ae511b
commit 300ab191fe
3 changed files with 17 additions and 3 deletions

View File

@@ -225,6 +225,11 @@
</div>
</div>
<div class="form-group">
<label class="control-label">Purpose</label>
<select class="form-control" ng-model="appstoreLogin.purpose" ng-options="a for a in appstoreLogin.purposes" required></select>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="appstoreLogin.termsAccepted">I accept the Cloudron <a href="https://cloudron.io/legal/license.html" target="_blank">license</a>