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.
1 parent 5f46c96 commit 7ddbd35Copy full SHA for 7ddbd35
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