mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Realm object is not json-serializable; store the realm id instead and retrieve the realm in social_auth_finish using `Realm.objects.get(id=return_data["realm_id"])`.