Skip to content

Commit

Permalink
chore: remove setIdpConfig method
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Nov 26, 2024
1 parent 59ac94d commit 2872413
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ protected BrokeredIdentityContext extractIdentityFromProfile(
user.setUsername(id);
user.setName(name);
user.setEmail(email);
user.setIdpConfig(getConfig());
user.setIdp(this);

AbstractJsonUserAttributeMapper.storeUserProfileForMapper(
Expand Down

0 comments on commit 2872413

Please sign in to comment.