Minor
This commit is contained in:
parent
f482e16998
commit
5566ad008f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class Update1_2_0_Beta1 extends Update {
|
|||
DBObject identityProvider = new BasicDBObjectBuilder()
|
||||
.add("internalId", KeycloakModelUtils.generateId())
|
||||
.add("providerId", socialProviderId)
|
||||
.add("alias", socialProviderId.substring(0, 1).toUpperCase() + socialProviderId.substring(1))
|
||||
.add("alias", socialProviderId)
|
||||
.add("updateProfileFirstLogin", updateProfileOnInitialSocialLogin)
|
||||
.add("enabled", true)
|
||||
.add("storeToken", false)
|
||||
|
|
Loading…
Reference in a new issue