mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Remove ratelimits on Register page GET
This commit is contained in:
@@ -568,7 +568,6 @@ namespace BTCPayServer.Controllers
|
|||||||
|
|
||||||
[HttpGet("/register")]
|
[HttpGet("/register")]
|
||||||
[AllowAnonymous]
|
[AllowAnonymous]
|
||||||
[RateLimitsFilter(ZoneLimits.Register, Scope = RateLimitsScope.RemoteAddress)]
|
|
||||||
public IActionResult Register(string returnUrl = null)
|
public IActionResult Register(string returnUrl = null)
|
||||||
{
|
{
|
||||||
if (!CanLoginOrRegister())
|
if (!CanLoginOrRegister())
|
||||||
|
|||||||
Reference in New Issue
Block a user