Skip to content

Commit 5f46c96

Browse files
committed
fixes
1 parent 6c8004e commit 5f46c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<vc:text-input asp-for="Username"
5757
label="Enter your username"
58-
populate-with-current-value="false"
58+
populate-with-current-value="true"
5959
type="text"
6060
spell-check="false"
6161
hint-text="A username is different to an email address"
@@ -66,7 +66,7 @@
6666

6767
<vc:text-input asp-for="Password"
6868
label="Enter your password"
69-
populate-with-current-value="false"
69+
populate-with-current-value="true"
7070
type="password"
7171
spell-check="false"
7272
hint-text=""

0 commit comments

Comments
 (0)