KEYCLOAK-474
Code not visible for urn:ietf:wg:oauth:2.0:oob
This commit is contained in:
parent
11fc6d5321
commit
fd9317a295
2 changed files with 2 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">${code.code}</textarea>
|
||||
<textarea id="code" class="${properties.kcTextareaClass!}">${code.code}</textarea>
|
||||
<#else>
|
||||
<p>${code.error}</p>
|
||||
</#if>
|
||||
|
|
|
@ -23,5 +23,6 @@ kcInputClass=form-control
|
|||
kcInputWrapperClass=col-xs-12 col-sm-12 col-md-8 col-lg-9
|
||||
kcFormOptionsClass=col-xs-4 col-sm-5 col-md-offset-4 col-md-4 col-lg-offset-3 col-lg-5
|
||||
kcFormButtonsClass=col-xs-8 col-sm-7 col-md-4 col-lg-4 submit
|
||||
kcTextareaClass=form-control
|
||||
|
||||
kcInfoAreaClass=col-xs-12 col-sm-4 col-md-4 col-lg-6 details
|
Loading…
Reference in a new issue