Also show redirectURI for developers to use

This commit is contained in:
Johannes Zellner
2016-06-07 16:21:33 +02:00
parent 02d2a7058e
commit 733187f3c4

View File

@@ -254,7 +254,8 @@
<div class="panel-body">
<hr/>
<h4 class="text-muted">Credentials <button class="btn btn-xs btn-danger pull-right" ng-click="clientRemove.show(client)" title="Remove API Client" ng-show="client.location === 'external'">Remove API Client</button></h4>
<p>Scope: <b>{{ client.scope }}</b></p>
<p>Scope: <b ng-click-select>{{ client.scope }}</b></p>
<p>RedirectURI: <b ng-click-select>{{ client.redirectURI }}</b></p>
<p>Client ID: <b ng-click-select>{{ client.id }}</b></p>
<p ng-show="client.clientSecret">Client Secret: <b ng-click-select>{{ client.clientSecret }}</b></p>