Skip to content

Commit

Permalink
fix: preserve defaultIdp for registration
Browse files Browse the repository at this point in the history
  • Loading branch information
leleueri authored and tcompiegne committed Feb 4, 2022
1 parent b9419a3 commit 3a48e6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public AccountSettings(AccountSettings other) {
this.resetPasswordCustomFormFields = other.resetPasswordCustomFormFields;
this.useBotDetection = other.useBotDetection;
this.botDetectionPlugin = other.botDetectionPlugin;
this.defaultIdentityProviderForRegistration = other.defaultIdentityProviderForRegistration;
}

public boolean isInherited() {
Expand Down

0 comments on commit 3a48e6b

Please sign in to comment.