If a password fail to be reset by mail, show proper error (fix #1986)

This commit is contained in:
nicolas.dorier 2020-10-15 15:36:42 +09:00
parent 0a8c2926ea
commit 51a072808f
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -606,7 +606,7 @@ namespace BTCPayServer.Controllers
}
AddErrors(result);
return View();
return View(model);
}
[HttpGet]