Changed success page to look like old success page to make docs easier and reduce cognitive load on users

This commit is contained in:
2019-10-15 18:48:18 +00:00
parent 346540112e
commit 2fe7364e85

View File

@@ -229,7 +229,7 @@ namespace qbridge.Controllers
[HttpGet("success")]
public IActionResult SuccessPage()
{
return ContentPage("<h2>Success!</h2>Token received from QuickBooks online and available for QBOI to automatically retrieve. You can close this browser window now.");
return ContentPage("<h1 style=\"color:#008000;\">Success!</h1>You have authorized the application to connect to your QuickBooks online.<br/><br/>You can close this browser page now.");
}