mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
auth: Add social_backends to /server_settings.
This commit is contained in:
committed by
Tim Abbott
parent
892d25faa1
commit
db29fcbbc4
@@ -847,7 +847,8 @@ def api_get_server_settings(request: HttpRequest) -> HttpResponse:
|
||||
"realm_uri",
|
||||
"realm_name",
|
||||
"realm_icon",
|
||||
"realm_description"]:
|
||||
"realm_description",
|
||||
"social_backends"]:
|
||||
if context[settings_item] is not None:
|
||||
result[settings_item] = context[settings_item]
|
||||
return json_success(result)
|
||||
|
||||
Reference in New Issue
Block a user