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:
8
src/Core/Resources/SharedResources.cs
Normal file
8
src/Core/Resources/SharedResources.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Resources
|
||||
{
|
||||
public class SharedResources
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user