mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Rename 'ReturnUrl' to 'returnUrl' for forms auth redirection
This commit is contained in:
parent
c028222617
commit
812712e284
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ namespace Sonarr.Http.Authentication
|
|||
options.LoginPath = "/login";
|
||||
options.ExpireTimeSpan = TimeSpan.FromDays(7);
|
||||
options.SlidingExpiration = true;
|
||||
options.ReturnUrlParameter = "returnUrl";
|
||||
})
|
||||
.AddApiKey("API", options =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue