1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 02:23:51 +00:00

Add error handling to identity accounts controller (#1909)

This commit is contained in:
Matt Gibson
2022-03-14 20:08:01 -05:00
committed by GitHub
parent 76ddcfa2dc
commit 9a9c9d4bf6
3 changed files with 95 additions and 1 deletions

View File

@@ -58,7 +58,6 @@ namespace Bit.Identity
services.AddMemoryCache();
// Mvc
// MVC
services.AddMvc(config =>
{
config.Filters.Add(new ModelStateValidationFilterAttribute());