cleaned ID token views from UI

pull/1122/merge
Justin Richer 8 years ago
parent 91da3935f5
commit 63bd8d18fb

@ -21,7 +21,6 @@ var AccessTokenModel = Backbone.Model.extend({
defaults:{
id:null,
value:null,
idTokenId:null,
refreshTokenId:null,
scopes:[],
clientId:null,

@ -98,11 +98,6 @@
<br />
<span class="label label-important" title="This access token was issued with an associated refresh token." data-i18n="[title]token.token-table.associated-refresh">+ <i class="icon-time icon-white"></i> Refresh</span>
<% } %>
<% if (token.idTokenId != null) { %>
<br />
<span class="label label-success" title="This access token was issued with an associated ID token." data-i18n="[title]token.token-table.associated-id">+ <i class="icon-user icon-white"></i> ID</span>
<% } %>
</td>
<td>

Loading…
Cancel
Save