Skip to content

Commit

Permalink
missed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Mar 23, 2024
1 parent c23bd08 commit 3207867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warpgate-sso/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl SsoLoginRequest {

email_verified: get_claim!(email_verified),

groups: userinfo_claims.and_then(|x| x.additional_claims().warpgate_groups.clone()),
groups: userinfo_claims.and_then(|x| x.additional_claims().warpgate_roles.clone()),
})
}
}

0 comments on commit 3207867

Please sign in to comment.