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

View File

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