diff --git a/Controllers/AuthController.cs b/Controllers/AuthController.cs index 91547f8..0f655ac 100644 --- a/Controllers/AuthController.cs +++ b/Controllers/AuthController.cs @@ -78,8 +78,8 @@ namespace qbridge.Controllers [HttpGet("start/{state}/{sourceid}")] public async Task GetAsync([FromRoute]string state, [FromRoute] string sourceid) { - //sourceid is actually the license id or trial so I can tell who is using and ultimately filter them out if they are not licensed and up to date (down the road, not initially) - + //sourceid is actually the license ID or serial number so I can tell who is using and ultimately filter them out if they are not licensed and up to date (down the road, not initially) + if (string.IsNullOrWhiteSpace(state)) { return BadRequest("state value is missing and required");