1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 20:53:16 +00:00

Added PreValidate endpoint on Account controller (#896)

* Added PreValidate endpoint on Account controller

* Fixed IHttpClientFactory implementation

* Core localization and org sproc fix

* Pass culture, fixed sso middleware bug
This commit is contained in:
Chad Scharf
2020-08-28 12:14:23 -04:00
committed by GitHub
parent 303b9a7875
commit db7d05b52f
15 changed files with 629 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
using System;
namespace Bit.Core.Resources
{
public class SharedResources
{
}
}