Skip to content

Commit

Permalink
Revert " CBComSelMember issue, memberID is changed when using user au…
Browse files Browse the repository at this point in the history
…thentica…"
  • Loading branch information
CloudBreadPaPa committed Oct 23, 2016
1 parent 93b169b commit 28f5d96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Controllers/CBComSelMemberController.cs
Expand Up @@ -54,9 +54,9 @@ public HttpResponseMessage Post(ComSelMemberInputParams p)
}
}

//// Get the sid or memberID of the current user.
//string sid = CBAuth.getMemberID(p.memberID, this.User as ClaimsPrincipal);
//p.memberID = sid;
// Get the sid or memberID of the current user.
string sid = CBAuth.getMemberID(p.memberID, this.User as ClaimsPrincipal);
p.memberID = sid;

Logging.CBLoggers logMessage = new Logging.CBLoggers();
string jsonParam = JsonConvert.SerializeObject(p);
Expand Down

0 comments on commit 28f5d96

Please sign in to comment.