Skip to content

Commit

Permalink
Revert "add email addresses to users in keycloak (#299)"
Browse files Browse the repository at this point in the history
This reverts commit 586a519.

Signed-off-by: Nima Kaviani <[email protected]>
  • Loading branch information
nimakaviani committed Jun 17, 2024
1 parent 9ed2ad1 commit fe327c3
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 protected]",
"email": "",
"firstName": "user",
"lastName": "one",
"requiredActions": [],
Expand All @@ -113,7 +113,7 @@ data:
user-user2.json: |
{
"username": "user2",
"email": "[email protected]",
"email": "",
"firstName": "user",
"lastName": "two",
"requiredActions": [],
Expand Down

0 comments on commit fe327c3

Please sign in to comment.