Skip to content

Commit

Permalink
add email addresses to users in keycloak (#299)
Browse files Browse the repository at this point in the history
Signed-off-by: omrishiv <[email protected]>
  • Loading branch information
omrishiv authored Jun 14, 2024
1 parent cb0bd30 commit 586a519
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ data:
user-user1.json: |
{
"username": "user1",
"email": "",
"email": "[email protected]",
"firstName": "user",
"lastName": "one",
"requiredActions": [],
Expand All @@ -113,7 +113,7 @@ data:
user-user2.json: |
{
"username": "user2",
"email": "",
"email": "[email protected]",
"firstName": "user",
"lastName": "two",
"requiredActions": [],
Expand Down

0 comments on commit 586a519

Please sign in to comment.