From 35ebe1d3d09d2e13abbd7b620c6c58aa28269ff2 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Fri, 8 Jul 2016 19:44:56 +0800 Subject: [PATCH] =?UTF-8?q?system=E8=B4=A6=E5=8F=B7=E7=99=BB=E9=99=86?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Mvc/Controllers/LoginController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.Mvc/Controllers/LoginController.cs b/OpenAuth.Mvc/Controllers/LoginController.cs index cd08485c..26a0fc1e 100644 --- a/OpenAuth.Mvc/Controllers/LoginController.cs +++ b/OpenAuth.Mvc/Controllers/LoginController.cs @@ -57,7 +57,7 @@ namespace OpenAuth.Mvc.Controllers { try { - var token = AuthUtil.Login("670b14728ad9902aecba32e22fa4f6bd", "System",""); + var token = AuthUtil.Login("670b14728ad9902aecba32e22fa4f6bd", "System","123456"); if (!string.IsNullOrEmpty(token)) return Redirect("/home/index?Token=" + token); else