Hide client secret field for simple auth

This commit is contained in:
Johannes Zellner
2015-10-16 19:41:50 +02:00
parent a6a39cc4e6
commit 0ca09c384a

View File

@@ -152,7 +152,7 @@
<h4 class="text-muted">Credentials</h4>
<p>Permissions: <b>{{ client.scope }}</b></p>
<p>Client ID: <b>{{ client.id }}</b></p>
<p>Client Secret: <b>{{ client.clientSecret }}</b></p>
<p ng-show="client.clientSecret">Client Secret: <b>{{ client.clientSecret }}</b></p>
</div>
</div>
</div>