Fixed layout of grant page

This commit is contained in:
Stian Thorgersen 2013-11-03 16:25:31 +00:00
parent c6f43baf0d
commit 97792b7e1d

View file

@ -18,10 +18,10 @@
<span>${role.description}</span>
</li>
</#list>
</ul>
<#list oauth.resourceRolesRequested?keys as resourceRole>
<p class="instruction"><strong>${resourceRole}</strong> requests access to:</p>
<li>
<strong>${resourceRole}</strong>
<ul>
<#list oauth.resourceRolesRequested[resourceRole] as role>
<li>
@ -29,7 +29,9 @@
</li>
</#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>
<form class="form-actions" action="${oauth.action}" method="POST">