Skip to content

Commit 7ddbd35

Browse files
committed
fixesforpassword
1 parent 5f46c96 commit 7ddbd35

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)