mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +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:
@@ -5,6 +5,7 @@ namespace Bit.Core.Services
|
||||
public interface II18nService
|
||||
{
|
||||
LocalizedString GetLocalizedHtmlString(string key);
|
||||
LocalizedString GetLocalizedHtmlString(string key, params object[] args);
|
||||
string Translate(string key, params object[] args);
|
||||
string T(string key, params object[] args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user