Fixed layout of grant page
This commit is contained in:
parent
c6f43baf0d
commit
97792b7e1d
1 changed files with 13 additions and 11 deletions
|
@ -18,18 +18,20 @@
|
||||||
<span>${role.description}</span>
|
<span>${role.description}</span>
|
||||||
</li>
|
</li>
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
|
||||||
|
|
||||||
<#list oauth.resourceRolesRequested?keys as resourceRole>
|
<#list oauth.resourceRolesRequested?keys as resourceRole>
|
||||||
<p class="instruction"><strong>${resourceRole}</strong> requests access to:</p>
|
<li>
|
||||||
<ul>
|
<strong>${resourceRole}</strong>
|
||||||
<#list oauth.resourceRolesRequested[resourceRole] as role>
|
<ul>
|
||||||
<li>
|
<#list oauth.resourceRolesRequested[resourceRole] as role>
|
||||||
<span><#if role.description??>${role.description}<#else>${role.name}</#if></span>
|
<li>
|
||||||
</li>
|
<span><#if role.description??>${role.description}<#else>${role.name}</#if></span>
|
||||||
</#list>
|
</li>
|
||||||
</ul>
|
</#list>
|
||||||
</#list>
|
</ul>
|
||||||
|
</li>
|
||||||
|
</#list>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p class="terms">Keycloak Central Login and Google will use this information in accordance with their respective terms of service and privacy policies.</p>
|
<p class="terms">Keycloak Central Login and Google will use this information in accordance with their respective terms of service and privacy policies.</p>
|
||||||
<form class="form-actions" action="${oauth.action}" method="POST">
|
<form class="form-actions" action="${oauth.action}" method="POST">
|
||||||
|
|
Loading…
Reference in a new issue