mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
流程跳转
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
|
||||
public string LoadOrg()
|
||||
{
|
||||
return JsonHelper.Instance.Serialize(AuthUtil.GetCurrentUser().AccessedOrgs);
|
||||
return JsonHelper.Instance.Serialize(AuthUtil.GetCurrentUser().Orgs);
|
||||
}
|
||||
|
||||
public string LoadForUser(Guid firstId)
|
||||
|
Reference in New Issue
Block a user