check system account login bug

This commit is contained in:
yubaolee 2016-07-12 23:53:24 +08:00
parent b76e77b15c
commit 919158a76b

View File

@ -29,7 +29,8 @@ namespace OpenAuth.App.SSO
userInfo = new User
{
Account = "System",
Name ="超级管理员"
Name ="超级管理员",
Password = "123456"
};
}
else