1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Add support for managing organizations through providers using the business portal (#1521)

This commit is contained in:
Oscar Hinton
2021-08-23 14:32:29 +02:00
committed by GitHub
parent f055df4e82
commit bc003c4449
2 changed files with 43 additions and 1 deletions

View File

@ -441,7 +441,7 @@ namespace Bit.Core.Context
};
}
private async Task<IEnumerable<ProviderUserOrganizationDetails>> GetProviderOrganizations()
protected async Task<IEnumerable<ProviderUserOrganizationDetails>> GetProviderOrganizations()
{
if (_providerUserOrganizations == null)
{