mirror of https://github.com/lidarr/Lidarr
Rename 'ReturnUrl' to 'returnUrl' for forms auth redirection
(cherry picked from commit 812712e2843a738054c065a6d5c1b7c81c5f8e7b)
This commit is contained in:
parent
f48a461b30
commit
eff04d73d9
|
@ -40,6 +40,7 @@ namespace Lidarr.Http.Authentication
|
|||
options.LoginPath = "/login";
|
||||
options.ExpireTimeSpan = TimeSpan.FromDays(7);
|
||||
options.SlidingExpiration = true;
|
||||
options.ReturnUrlParameter = "returnUrl";
|
||||
})
|
||||
.AddApiKey("API", options =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue