mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
no async
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Bit.Admin.Controllers
|
|||||||
_globalSettings = globalSettings;
|
_globalSettings = globalSettings;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<IActionResult> ChargeBraintree()
|
public IActionResult ChargeBraintree()
|
||||||
{
|
{
|
||||||
return View(new ChargeBraintreeModel());
|
return View(new ChargeBraintreeModel());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user