From 5649332bf156a22b75bc1bc3b6e2f89ff4693622 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 7 Oct 2019 23:43:29 +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 0f655ac..e6157e5 100644 --- a/Controllers/AuthController.cs +++ b/Controllers/AuthController.cs @@ -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