mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
完成流程模板列表
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{
|
||||
<h2>可访问的机构</h2>
|
||||
<ul>
|
||||
@foreach (var org in ViewBag.CurrentUser.AccessedOrgs)
|
||||
@foreach (var org in ViewBag.CurrentUser.Orgs)
|
||||
{
|
||||
<li>@org.Name</li>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user