Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
feat: Display client id and not token on logs for JWT/OAuth2 plans
Browse files Browse the repository at this point in the history
  • Loading branch information
aelamrani committed Sep 5, 2019
1 parent 26f0319 commit 834912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/management/api/analytics/logs/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Details</h2>
<table md-table class="gv-table-dense">
<tbody md-body>
<tr md-row ng-if="$ctrl.log.securityToken">
<td md-cell style="width: 1%; font-weight: bold;" nowrap>Token</td>
<td md-cell style="width: 1%; font-weight: bold;" nowrap>{{$ctrl.log.securityType === 'api_key'?'API key': 'Client id'}}</td>
<td md-cell>{{$ctrl.log.securityToken}}</td>
</tr>
<tr md-row ng-if="$ctrl.log.application">
Expand Down

0 comments on commit 834912a

Please sign in to comment.