mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 14:04:41 +08:00
system账号登陆异常
This commit is contained in:
parent
dcfc2ee6b4
commit
35ebe1d3d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user