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 67f1ddc + 7ddbd35 commit f66a70eCopy full SHA for f66a70e
Auth/LearningHub.Nhs.Auth/Controllers/AccountController.cs
@@ -427,6 +427,7 @@ private async Task<LoginViewModel> BuildLoginViewModelAsync(LoginInputModel mode
427
{
428
var vm = await this.BuildLoginViewModelAsync(model.ReturnUrl);
429
vm.Username = model.Username;
430
+ vm.Password = model.Password;
431
vm.RememberLogin = model.RememberLogin;
432
return vm;
433
}
0 commit comments