1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Rename 'ReturnUrl' to 'returnUrl' for forms auth redirection

This commit is contained in:
Mark McDowall
2023-11-16 16:35:12 -08:00
parent c028222617
commit 812712e284
@@ -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 =>
{