mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
Always enable events for providers (#1487)
This commit is contained in:
@@ -59,6 +59,7 @@ namespace Bit.CommCore.Services
|
||||
{
|
||||
Status = ProviderStatusType.Pending,
|
||||
Enabled = true,
|
||||
UseEvents = true,
|
||||
};
|
||||
await _providerRepository.CreateAsync(provider);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user