Skip to content

Commit 5c1a150

Browse files
authored
Merge pull request #1058 from TechnologyEnhancedLearning/TD-5648-ErrorPage-Redirection
TD-5648-Catalogue forgotten password links goes to error page
2 parents 07e9faa + be51b81 commit 5c1a150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Views/Shared/_LoginBanner.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class="nhsuk-button nhsuk-button--secondary">OpenAthens Log in</a>
1616
</div>
1717
<p class="nhsuk-u-margin-bottom-2">
18-
<a asp-controller="Account" asp-action="ForgotPassword" class="">Forgotten username or password</a>
18+
<a asp-controller="Account" asp-action="ForgotUserPassword" class="">Forgotten username or password</a>
1919
</p>
2020
<p>
2121
<a asp-controller="Account" asp-action="CreateAnAccount">Create new account</a>

0 commit comments

Comments
 (0)