You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openid-connect-server-webapp/src/main/webapp/resources/template/token.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@
100
100
<%}%>
101
101
<%if(token.idTokenId!=null){%>
102
102
<br/>
103
-
<spanclass="label label-success"title="This access token was issued with an associated ID token."data-i18n="[title]token.token-table.associated-refresh">+<iclass="icon-user icon-white"></i>ID</span>
103
+
<spanclass="label label-success"title="This access token was issued with an associated ID token."data-i18n="[title]token.token-table.associated-id">+<iclass="icon-user icon-white"></i>ID</span>
0 commit comments