Skip to content

Commit

Permalink
Merge pull request #29 from UKHomeOffice/fix_grant
Browse files Browse the repository at this point in the history
Partial Grant Fix
  • Loading branch information
gambol99 authored Aug 12, 2018
2 parents 4208496 + 0b65cd7 commit 2cdcc34
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions govuk/login/login-oauth-grant.ftl
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<#import "template.ftl" as layout>
<@layout.registrationLayout bodyClass="oauth"; section>
<#if section = "title">
${msg("oauthGrantTitle")}
<#if client.name?has_content>
${msg("oauthGrantTitle",advancedMsg(client.name))}
<#else>
${msg("oauthGrantTitle",client.clientId)}
</#if>
<#elseif section = "form">
${msg("oauthGrantTitleHtml",(realm.displayName!''))?no_esc} <strong><#if client.name??>${advancedMsg(client.name)}<#else>${client.clientId}</#if></strong>.

<div id="kc-oauth" class="content-area">
<h2 class="heading-medium">${msg("oauthGrantRequest")}</h3>
<h2 class="heading-medium">${msg("oauthGrantRequest")}</h2>
<ul class="list list-bullet">
<#if oauth.claimsRequested??>
<li>
Expand Down

0 comments on commit 2cdcc34

Please sign in to comment.