Skip to content

Commit

Permalink
feat(init): add picture url to main request
Browse files Browse the repository at this point in the history
  • Loading branch information
itailevi98 committed Jun 14, 2024
1 parent 4445ba1 commit 82b8fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions propelauth_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def migrate_user_from_external_source(
first_name=None,
last_name=None,
username=None,
picture_url=None,
properties=None,
):
return _migrate_user_from_external_source(
Expand All @@ -385,6 +386,7 @@ def migrate_user_from_external_source(
first_name,
last_name,
username,
picture_url,
properties,
)

Expand Down

0 comments on commit 82b8fdd

Please sign in to comment.