diff --git a/source/Server/Configuration/UsernamePasswordConfigureCommands.cs b/source/Server/Configuration/UsernamePasswordConfigureCommands.cs index 70d0310..d07e238 100644 --- a/source/Server/Configuration/UsernamePasswordConfigureCommands.cs +++ b/source/Server/Configuration/UsernamePasswordConfigureCommands.cs @@ -7,11 +7,11 @@ namespace Octopus.Server.Extensibility.Authentication.UsernamePassword.Configura { class UsernamePasswordConfigureCommands : IContributeToConfigureCommand { - readonly ILog log; + readonly ISystemLog log; readonly Lazy configurationStore; public UsernamePasswordConfigureCommands( - ILog log, + ISystemLog log, Lazy configurationStore) { this.log = log; diff --git a/source/Server/Server.csproj b/source/Server/Server.csproj index 1b1b2c2..a592a7c 100644 --- a/source/Server/Server.csproj +++ b/source/Server/Server.csproj @@ -16,8 +16,8 @@ - - + +