mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fixed auth tests
This commit is contained in:
parent
34e35bd00b
commit
f5a68782ce
3 changed files with 9 additions and 15 deletions
|
@ -38,7 +38,7 @@ namespace NzbDrone.Api
|
|||
container.Resolve<DatabaseTarget>().Register();
|
||||
|
||||
container.Resolve<IMessageAggregator>().PublishEvent(new ApplicationStartedEvent());
|
||||
|
||||
|
||||
if (container.Resolve<IConfigFileProvider>().AuthenticationType == AuthenticationType.Basic)
|
||||
{
|
||||
pipelines.EnableBasicAuthentication(new BasicAuthenticationConfiguration(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue