mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 15:40:59 -05:00
Fix typo: CurrentContent -> CurrentContext (#3231)
This commit is contained in:
@ -624,8 +624,8 @@ public static class CoreHelpers
|
||||
return configDict;
|
||||
}
|
||||
|
||||
public static List<KeyValuePair<string, string>> BuildIdentityClaims(User user, ICollection<CurrentContentOrganization> orgs,
|
||||
ICollection<CurrentContentProvider> providers, bool isPremium)
|
||||
public static List<KeyValuePair<string, string>> BuildIdentityClaims(User user, ICollection<CurrentContextOrganization> orgs,
|
||||
ICollection<CurrentContextProvider> providers, bool isPremium)
|
||||
{
|
||||
var claims = new List<KeyValuePair<string, string>>()
|
||||
{
|
||||
|
Reference in New Issue
Block a user