mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
After login, redirect user to the main page even if root app configured (#3429)
This commit is contained in:
@@ -63,6 +63,12 @@ namespace BTCPayServer.Controllers
|
||||
SignInManager = signInManager;
|
||||
}
|
||||
|
||||
[HttpGet("home")]
|
||||
public Task<IActionResult> Home()
|
||||
{
|
||||
return Index();
|
||||
}
|
||||
|
||||
[Route("")]
|
||||
[DomainMappingConstraint]
|
||||
public async Task<IActionResult> Index()
|
||||
|
||||
Reference in New Issue
Block a user