mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -80,7 +80,7 @@ namespace BTCPayServer.Controllers
|
||||
}
|
||||
return View("Home");
|
||||
}
|
||||
|
||||
|
||||
return Challenge();
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ namespace BTCPayServer.Controllers
|
||||
return Json(LanguageService.GetLanguages(), new JsonSerializerSettings { Formatting = Formatting.Indented });
|
||||
}
|
||||
|
||||
|
||||
|
||||
[Route("misc/permissions")]
|
||||
[Authorize(AuthenticationSchemes = AuthenticationSchemes.Cookie + "," + AuthenticationSchemes.Greenfield)]
|
||||
public IActionResult Permissions()
|
||||
|
||||
Reference in New Issue
Block a user