1
0
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:
Matt Gibson
2021-07-27 15:44:54 -05:00
committed by GitHub
parent 545d5f942b
commit 71daef2588
3 changed files with 1 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ namespace Bit.CommCore.Services
{
Status = ProviderStatusType.Pending,
Enabled = true,
UseEvents = true,
};
await _providerRepository.CreateAsync(provider);