Skip to content

Commit

Permalink
Merge pull request #414 from ucdavis/JCS/AddTeamUser
Browse files Browse the repository at this point in the history
Remove team permission check
  • Loading branch information
jSylvestre authored Mar 15, 2024
2 parents a9efbbd + df1292d commit fe392bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sloth.Web/Controllers/UsersController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ await _directorySearchService.GetByKerberos(query)
});
}

[Authorize(Policy = PolicyCodes.TeamAdmin)]
[HttpPost]
public async Task<IActionResult> CreateUserFromDirectory(string query)
{
Expand Down

0 comments on commit fe392bb

Please sign in to comment.