Skip to content

Commit f66a70e

Browse files
authored
Merge pull request #83 from TechnologyEnhancedLearning/TD-4184-FIX-For-PasswordReset
TD-4184-DIG414: Focus doesn't move to field or error on submit
2 parents 67f1ddc + 7ddbd35 commit f66a70e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Auth/LearningHub.Nhs.Auth/Controllers/AccountController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ private async Task<LoginViewModel> BuildLoginViewModelAsync(LoginInputModel mode
427427
{
428428
var vm = await this.BuildLoginViewModelAsync(model.ReturnUrl);
429429
vm.Username = model.Username;
430+
vm.Password = model.Password;
430431
vm.RememberLogin = model.RememberLogin;
431432
return vm;
432433
}

0 commit comments

Comments
 (0)