mirror of
https://github.com/bitwarden/server.git
synced 2025-04-28 08:12:22 -05:00

* Added PreValidate endpoint on Account controller * Fixed IHttpClientFactory implementation * Core localization and org sproc fix * Pass culture, fixed sso middleware bug
9 lines
96 B
C#
9 lines
96 B
C#
using System;
|
|
|
|
namespace Bit.Core.Resources
|
|
{
|
|
public class SharedResources
|
|
{
|
|
}
|
|
}
|