Skip to content

Commit

Permalink
Fix role required to Elevate TRN verification level (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Jan 10, 2024
1 parent 1fd755b commit 87c9f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace TeacherIdentity.AuthServer.Pages.Admin;

[Authorize(AuthorizationPolicies.GetAnIdentityAdmin)]
[Authorize(AuthorizationPolicies.GetAnIdentitySupport)]
public class ElevateUserTrnVerificationModel : PageModel
{
private readonly TeacherIdentityServerDbContext _dbContext;
Expand Down

0 comments on commit 87c9f5d

Please sign in to comment.