Skip to content

Commit

Permalink
Merge pull request #59 from UKHomeOffice/DRTII-1110-drt-InvalidFedera…
Browse files Browse the repository at this point in the history
…tedIdentityActionMessage

DRTII-1110 fixing internal server error and also message for invalidF…
  • Loading branch information
jremes-ho authored Mar 6, 2023
2 parents 0c41e4a + 82e1396 commit 5836db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions govuk-drt/login/messages/messages_en.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
loginTitle=Welcome to DRT
loginDirectSummary=Enter your details (non-POISE users)
errorTitle=There was a problem with login process
errorTitleHtml=There was a problem with login process
invalidFederatedIdentityActionMessage=This could be temporary issue. Please contact DRT support team [email protected] if error persist.
3 changes: 2 additions & 1 deletion govuk-drt/login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@

<ul class="error-summary-list" id="error-details">
<li>${message.summary}</li>
<li>If you don't have an account for ${login.username} username in DRT then please contact [email protected].</li>
<li>If you don't have an account for <#if login.username??>
${login.username}</#if> username in DRT then please contact [email protected].</li>
</ul>
</div>
<#else>
Expand Down

0 comments on commit 5836db5

Please sign in to comment.