Skip to content

Commit

Permalink
claims auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky saunders committed Dec 1, 2023
1 parent adb0a2a commit bb65b4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions app/routes/routes-v6.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,11 @@ router.post(version +'/3-Authorise/claim-details-auth', function(req, res) {
}
});

router.post(version +'/3-Authorise/claim-details-auth-confirm', function(req, res) {
{

res.redirect(version +'/3-Authorise/auth-claim')
}
});

}
2 changes: 1 addition & 1 deletion app/views/v6/3-Authorise/claim-details-auth-confirm.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="govuk-heading-m">What happens next</h2>
{% endif %}
</p>
<p class="govuk-body">
You can now either <a href="3-Authorise/primary-exam">authorise another claim</a> or return to <a href="../ukef-tiles">view further options</a>.
You can now either <a href="auth-claim">authorise another claim</a> or return to <a href="../ukef-tiles">view further navigation options</a>.
</p>
<form id="form" method="post">
<div class="govuk-button-group">
Expand Down
4 changes: 2 additions & 2 deletions app/views/v6/3-Authorise/claim-details-confirm.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="govuk-panel__title">
{% if data.reviewClaim =='yes' %}
The claim has been successfully reviewed
{% else %}
The claim has not been authorised
The claim has not been reviewed successfully
{% endif %}
</h1>
<div class="govuk-panel__body">
Expand All @@ -44,7 +44,7 @@ <h2 class="govuk-heading-m">What happens next</h2>
{% endif %}
</p>
<p class="govuk-body">
You can now either <a href="3-Authorise/primary-exam">review another claim</a> or return to <a href="../ukef-tiles">view further options</a>.
You can now either <a href="primary-exam">review another claim</a> or return to <a href="../ukef-tiles">view further navigation options</a>.
</p>
<form id="form" method="post">
<div class="govuk-button-group">
Expand Down

0 comments on commit bb65b4f

Please sign in to comment.