Show appstore account email instead of id

This commit is contained in:
Johannes Zellner
2016-07-26 16:56:30 +02:00
parent b132b2dc15
commit 35cb804f00

View File

@@ -176,7 +176,7 @@
<button class="btn btn-success" ng-click="appstoreLogin.show()">Login to the Cloudron Store</button>
</div>
<div class="col-xs-12" ng-show="appstoreConfig.userId">
This Cloudron is using {{ appstoreConfig.userId }}.
This Cloudron is using {{ appstoreConfig.profile.email }}.
</div>
</div>
</div>