mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 23:13:40 +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
|
userInfo = new User
|
||||||
{
|
{
|
||||||
Account = "System",
|
Account = "System",
|
||||||
Name ="超级管理员"
|
Name ="超级管理员",
|
||||||
|
Password = "123456"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user