Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Barbosa committed Feb 6, 2025
1 parent cd43ad6 commit 7c387bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/api/v2/commerce/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def create(self, validated_data):
)
create_keycloak_user_use_case = CreateKeycloakUserUseCase(user_dto)
user_info = create_keycloak_user_use_case.execute()
# Send email to user
# Send email to user
user = user_info.get("user")
user.send_email_access_password(user_info.get("password"))
except Exception as e:
Expand Down

0 comments on commit 7c387bf

Please sign in to comment.