mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 09:15:58 +08:00
Ensure the organization_id is None
This commit is contained in:
parent
8a4bab27cb
commit
881e4406a4
@ -127,7 +127,7 @@ class AuthorizationHelpers:
|
||||
user_id = user_data["user_id"],
|
||||
username = user_data["username"],
|
||||
profile_image_url = user_data.get("profile_image_url", ""),
|
||||
organization_id = user_data.get("organization", {}).get("organization_id", ""),
|
||||
organization_id = user_data.get("organization", {}).get("organization_id"),
|
||||
subscriptions = user_data.get("subscriptions", [])
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user