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:
@ -441,7 +441,7 @@ namespace Bit.Core.Context
|
||||
};
|
||||
}
|
||||
|
||||
private async Task<IEnumerable<ProviderUserOrganizationDetails>> GetProviderOrganizations()
|
||||
protected async Task<IEnumerable<ProviderUserOrganizationDetails>> GetProviderOrganizations()
|
||||
{
|
||||
if (_providerUserOrganizations == null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user