From 4b9f24e9e36b98246976f1c988f5916fc3a27fba Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 2 Oct 2019 20:27:19 +0000 Subject: [PATCH] --- Controllers/AuthController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Controllers/AuthController.cs b/Controllers/AuthController.cs index 8bb47b7..98bdf2a 100644 --- a/Controllers/AuthController.cs +++ b/Controllers/AuthController.cs @@ -123,8 +123,6 @@ namespace qbridge.Controllers //This Code value is the "Authorization code" that is then used to get the access token //which in turn is *then* used to actually get the access token - - }