Remove ratelimits on Register page GET

This commit is contained in:
nicolas.dorier
2025-05-06 23:50:49 +09:00
parent 8c37835032
commit 3ce5542eed

View File

@@ -568,7 +568,6 @@ namespace BTCPayServer.Controllers
[HttpGet("/register")]
[AllowAnonymous]
[RateLimitsFilter(ZoneLimits.Register, Scope = RateLimitsScope.RemoteAddress)]
public IActionResult Register(string returnUrl = null)
{
if (!CanLoginOrRegister())