mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 21:57:30 -05:00
Refactored SlackOAuthController to use SlackService as an injected dependency; added tests for SlackService
This commit is contained in:
@ -286,8 +286,6 @@ public class GlobalSettings : IGlobalSettings
|
||||
public AzureServiceBusSettings AzureServiceBus { get; set; } = new AzureServiceBusSettings();
|
||||
public virtual List<SlackConfiguration> SlackConfigurations { get; set; } = new List<SlackConfiguration>();
|
||||
public virtual List<WebhookConfiguration> WebhookConfigurations { get; set; } = new List<WebhookConfiguration>();
|
||||
public virtual string SlackChannel { get; set; }
|
||||
public virtual string SlackToken { get; set; }
|
||||
public virtual string WebhookUrl { get; set; }
|
||||
public RabbitMqSettings RabbitMq { get; set; } = new RabbitMqSettings();
|
||||
|
||||
|
Reference in New Issue
Block a user