mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
registration: Collect organization type on sign-up.
This commit is contained in:
@@ -627,6 +627,7 @@ Output:
|
||||
default_stream_groups: Sequence[str] = [],
|
||||
source_realm_id: str = "",
|
||||
key: Optional[str] = None,
|
||||
realm_type: Optional[int] = Realm.ORG_TYPES["business"]["id"],
|
||||
**kwargs: Any,
|
||||
) -> HttpResponse:
|
||||
"""
|
||||
@@ -643,6 +644,7 @@ Output:
|
||||
"full_name": full_name,
|
||||
"realm_name": realm_name,
|
||||
"realm_subdomain": realm_subdomain,
|
||||
"realm_type": realm_type,
|
||||
"key": key if key is not None else find_key_by_email(email),
|
||||
"timezone": timezone,
|
||||
"terms": True,
|
||||
|
||||
Reference in New Issue
Block a user