This commit is contained in:
2019-10-07 23:43:29 +00:00
parent a4fb936d3f
commit 5649332bf1

View File

@@ -82,12 +82,12 @@ namespace qbridge.Controllers
if (string.IsNullOrWhiteSpace(state))
{
return BadRequest("state value is missing and required");
return BadRequest("First parameter value");
}
if (string.IsNullOrWhiteSpace(sourceid))
{
return BadRequest("sourceid value is missing and required");
return BadRequest("Second parameter value");
}
//Job one is to clean out the old entries in the token store if necessary