mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 10:19:41 +00:00
Changed basic auth prompt to Sonarr
This commit is contained in:
parent
70f07845fd
commit
d78e55a4d1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public EnableAuthInNancy(IAuthenticationService authenticationService)
|
||||||
|
|
||||||
public void Register(IPipelines pipelines)
|
public void Register(IPipelines pipelines)
|
||||||
{
|
{
|
||||||
pipelines.EnableBasicAuthentication(new BasicAuthenticationConfiguration(_authenticationService, "NzbDrone"));
|
pipelines.EnableBasicAuthentication(new BasicAuthenticationConfiguration(_authenticationService, "Sonarr"));
|
||||||
pipelines.BeforeRequest.AddItemToEndOfPipeline(RequiresAuthentication);
|
pipelines.BeforeRequest.AddItemToEndOfPipeline(RequiresAuthentication);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue