instruments & global positioning
This commit is contained in:
parent
c9fa779f16
commit
2878f6b8db
27 changed files with 6633 additions and 125 deletions
|
|
@ -163,6 +163,7 @@ namespace Yavsc.Controllers
|
|||
|
||||
if (result.Succeeded)
|
||||
{
|
||||
// FIXME should be done at granting resources
|
||||
await _userManager.AddClaimsAsync(user, user.Membership.Select(
|
||||
m => new Claim(YavscClaimTypes.CircleMembership, m.CircleId.ToString())
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue