mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 22:58:11 +08:00
check system account login bug
This commit is contained in:
parent
b76e77b15c
commit
919158a76b
@ -29,7 +29,8 @@ namespace OpenAuth.App.SSO
|
||||
userInfo = new User
|
||||
{
|
||||
Account = "System",
|
||||
Name ="超级管理员"
|
||||
Name ="超级管理员",
|
||||
Password = "123456"
|
||||
};
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user