Also preset the login email for account details

This commit is contained in:
Johannes Zellner
2017-06-08 13:52:46 +02:00
parent ba62f577fa
commit 89878ff9ad

View File

@@ -334,7 +334,7 @@
<span class="text-muted">Account Email</span>
</div>
<div class="col-xs-6 text-right">
<a ng-href="{{ config.webServerOrigin + '/console.html#/userprofile' }}" target="_blank">{{ appstoreConfig.profile.email }}</a>
<a ng-href="{{ config.webServerOrigin + '/console.html#/userprofile?email=' + appstoreConfig.profile.email }}" target="_blank">{{ appstoreConfig.profile.email }}</a>
</div>
</div>
<div class="row">