mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
Run dotnet format (#1764)
This commit is contained in:
@@ -82,7 +82,8 @@ namespace Bit.Core.Services
|
||||
throw new BadRequestException("Key Connector requires the Single Sign-On Authentication policy to be enabled.");
|
||||
}
|
||||
|
||||
if (!config.Enabled) {
|
||||
if (!config.Enabled)
|
||||
{
|
||||
throw new BadRequestException("You must enable SSO to use Key Connector.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user