Hide client secret field for simple auth

This commit is contained in:
Johannes Zellner
2015-10-16 19:41:50 +02:00
parent 660553fbc2
commit c1d97e4f9e
+1 -1
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>