1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Fix/identity service model validation (#1837)

* Fix indentation

* Fix comment

* Extract ModelStateValidationFilter add to Indentity MVC opts

* Remove unnecessary base constructor call
This commit is contained in:
Matt Gibson
2022-02-02 14:26:15 -05:00
committed by GitHub
parent 9e074bca49
commit 5f2da6e4b7
5 changed files with 47 additions and 19 deletions

View File

@ -124,7 +124,7 @@ namespace Bit.Api
services.AddCoreLocalizationServices();
#if OSS
services.AddOosServices();
services.AddOosServices();
#else
services.AddCommCoreServices();
#endif