Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Jan 16, 2025
1 parent 2dcb821 commit 49a33b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ private void handleEmailVerifiedClaim(Map<String, Object> returnClaims) {
}
}

public static void handleRolesClaim(Map<String, Object> returnClaims) {
private void handleRolesClaim(Map<String, Object> returnClaims) {

if (!returnClaims.containsKey(ROLES) || !IdentityUtil.isGroupsVsRolesSeparationImprovementsEnabled()) {
return;
Expand Down

0 comments on commit 49a33b9

Please sign in to comment.