Skip to content

Commit

Permalink
GAP-2651: Fixing login link for error pages (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicwest authored May 7, 2024
1 parent b0de4b3 commit 3192cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">Sorry, there is a problem with the service</h1>
<p class="govuk-body">
Try again later or return to the <a class="govuk-link" href="/login">login page</a>.
Try again later or return to the <a class="govuk-link" href="/apply/user/v2/login">login page</a>.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/session-expired.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">Sorry, your session has expired</h1>
<p class="govuk-body">
Return to the <a class="govuk-link" href="/login">login page</a> and try again.
Return to the <a class="govuk-link" href="/apply/user/v2/login">login page</a> and try again.
</p>
</div>
</div>
Expand Down

0 comments on commit 3192cdf

Please sign in to comment.