Skip to content

Commit 8168acf

Browse files
committed
set off client registration information on dun reg page
1 parent 26483b2 commit 8168acf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"or": " - OR - ",
238238
"regtoken-placeholder": "Enter Registration Access Token",
239239
"warning": "<strong>Warning!</strong> You MUST protect your <b>Client ID</b>, <b>Client Secret (if provided)</b>, and your <b>Registration Access Token</b>. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
240-
"will-be-generated": "Will be generated"
240+
"will-be-generated": "Will be generated by the server when the client is saved"
241241
},
242242
"grant": {
243243
"manage-approved-sites": "Manage Approved Sites",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ <h1 data-i18n="client.client-form.edit"></h1>
6767
<div class="tab-content">
6868
<div class="tab-pane active" id="client-main-tab">
6969

70+
<div class="well">
71+
7072
<% if (client.client_id) { %>
7173
<div class="control-group">
7274
<div class="controls">
@@ -134,6 +136,7 @@ <h1 data-i18n="client.client-form.edit"></h1>
134136
<% } %>
135137
</div>
136138
</div>
139+
</div>
137140

138141
<div class="control-group" id="clientName">
139142
<label class="control-label" data-i18n="client.client-form.client-name">Client name</label>

0 commit comments

Comments
 (0)