From 5a47357f22be953541c9a286eac895ae7f548a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=9B=E5=B0=91=E7=88=B7?= Date: Thu, 29 Jun 2017 16:15:33 +0800 Subject: [PATCH] check issue #40 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 四少爷 --- OpenAuth.App/SSO/AuthUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.App/SSO/AuthUtil.cs b/OpenAuth.App/SSO/AuthUtil.cs index dbcfdff2..b661d6d7 100644 --- a/OpenAuth.App/SSO/AuthUtil.cs +++ b/OpenAuth.App/SSO/AuthUtil.cs @@ -103,7 +103,7 @@ namespace OpenAuth.App.SSO try { - var value = _helper.Get(null, requestUri); + var value = _helper.Get(null, requestUri); return value; } catch (Exception ex)