mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 21:00:36 +02:00
Adjusted files for isort & autopep
This commit is contained in:
committed by
github-actions[bot]
parent
c56d14c2fd
commit
53ed939451
@@ -111,7 +111,7 @@ def create_user_invite(email: str, company_id:str) -> dict:
|
|||||||
"password": create_random_password(),
|
"password": create_random_password(),
|
||||||
"verify_email": False,
|
"verify_email": False,
|
||||||
"app_metadata": {"invitedToMyApp": True},
|
"app_metadata": {"invitedToMyApp": True},
|
||||||
"user_metadata":{"company_ids":[company_id]}
|
"user_metadata": {"company_ids": [company_id]},
|
||||||
},
|
},
|
||||||
timeout=5,
|
timeout=5,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user