KEYCLOAK-963 Change code output to single-line for 'urn:ietf:wg:oauth:2.0:oob'
This commit is contained in:
parent
ba0dc06252
commit
768898a06e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<div id="kc-code">
|
||||
<#if code.success>
|
||||
<p>Please copy this code and paste it into your application:</p>
|
||||
<textarea id="code" class="${properties.kcTextareaClass!}">${code.code}</textarea>
|
||||
<input id="code" class="${properties.kcTextareaClass!}" value="${code.code}"/>
|
||||
<#else>
|
||||
<p id="error">${code.error}</p>
|
||||
</#if>
|
||||
|
|
Loading…
Reference in a new issue