Skip to content

Commit

Permalink
try a partial revert of prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jan 16, 2024
1 parent 3f55a05 commit 11664bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/registration/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ async function saveRegistration() {
let kcUserInfo = {
"firstName": registrationForm.firstName,
"lastName": registrationForm.lastName,
"email": registrationForm.email.toLowerCase(),
"email": registrationForm.email,
"username": registrationForm.email,
"enabled": "true",
}
Expand Down

0 comments on commit 11664bd

Please sign in to comment.