This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user