From b37e11f4c973ee551e2a376184025caa560e3481 Mon Sep 17 00:00:00 2001 From: Arunima George Date: Thu, 27 Feb 2025 09:24:38 +0000 Subject: [PATCH] TD-4303: Fixed login page part of adding automated accessibility tests for LH --- Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml b/Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml index 91393ed..e5ac46a 100644 --- a/Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml +++ b/Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml @@ -70,7 +70,7 @@ type="password" spell-check="false" hint-text="" - autocomplete="Password" + autocomplete="current-password" css-class="nhsuk-u-width-one-half" required="true" required-client-side-error-message="You need to enter your password" />