mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
change easyui to bootstrap
This commit is contained in:
@@ -34,11 +34,12 @@ namespace OpenAuth.App
|
||||
}
|
||||
else
|
||||
{
|
||||
resp.UserId = user.UserId;
|
||||
resp.Success = true;
|
||||
foreach (var role in user.Roles)
|
||||
{
|
||||
resp.UserRoleNames.Add(role.FullName);
|
||||
}
|
||||
resp.Success = true;
|
||||
}
|
||||
return resp;
|
||||
}
|
||||
|
Reference in New Issue
Block a user