1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
This commit is contained in:
Kyle Spearrin 2019-02-20 23:49:54 -05:00
parent 494b3f18b6
commit c6d4440cc5

View File

@ -20,7 +20,7 @@ namespace Bit.Admin.Controllers
_globalSettings = globalSettings;
}
public async Task<IActionResult> ChargeBraintree()
public IActionResult ChargeBraintree()
{
return View(new ChargeBraintreeModel());
}