mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
no async
This commit is contained in:
parent
494b3f18b6
commit
c6d4440cc5
@ -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());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user