From a4fb936d3f4cf5314b5a54c362bd3f773ad2bfe1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 7 Oct 2019 21:43:46 +0000 Subject: [PATCH] --- Controllers/AuthController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");