Skip to content

Commit 72c4a39

Browse files
committed
cleaner display for user profiles
1 parent 8861220 commit 72c4a39

File tree

1 file changed

+4
-0
lines changed
  • openid-connect-server-webapp/src/main/webapp/resources/template

1 file changed

+4
-0
lines changed

openid-connect-server-webapp/src/main/webapp/resources/template/admin.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@
7878
<!-- user profile -->
7979
<script type="text/html" id="tmpl-user-profile">
8080

81+
<div>Your user profile has the following information:</div>
82+
8183
<dl class="dl-horizontal">
84+
<dt><span class="text-info">Claim name:</span></dt>
85+
<dd><span class="text-info">Claim value:</span></dt>
8286
</dl>
8387

8488
</script>

0 commit comments

Comments
 (0)