We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c97b158 + 5f46c96 commit 67f1ddcCopy full SHA for 67f1ddc
Auth/LearningHub.Nhs.Auth/Views/Account/LHLogin.cshtml
@@ -55,7 +55,7 @@
55
56
<vc:text-input asp-for="Username"
57
label="Enter your username"
58
- populate-with-current-value="false"
+ populate-with-current-value="true"
59
type="text"
60
spell-check="false"
61
hint-text="A username is different to an email address"
@@ -66,7 +66,7 @@
66
67
<vc:text-input asp-for="Password"
68
label="Enter your password"
69
70
type="password"
71
72
hint-text=""
0 commit comments