mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Remove the SSO-only realm integration.
It's messy code, only one customer ever used it, and it's not in use today. (imported from commit af3f512ac6af74af66c588c7d40d699e98514d0a)
This commit is contained in:
@@ -19,7 +19,6 @@ exports.disable_message_editing = _.contains(['mit.edu'], page_params.domain);
|
||||
exports.is_og_zulip_user = _.contains(og_zuliper_emails, page_params.email);
|
||||
|
||||
exports.left_side_userlist = _.contains(['customer7.invalid'], page_params.domain);
|
||||
exports.enable_new_user_app_alerts = ! _.contains(['employees.customer16.invalid'], page_params.domain);
|
||||
|
||||
// Experimental modification to support much wider message views.
|
||||
exports.full_width = false;
|
||||
|
||||
Reference in New Issue
Block a user