mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
events: Change format of authentication_methods realm_update_dict event.
Makes the event in line with state_data.realm_authentication_methods.
This commit is contained in:
committed by
Tim Abbott
parent
da9e4e6e54
commit
1ede8da46c
@@ -389,7 +389,7 @@ exports.fixtures = {
|
||||
edit_topic_policy: 4,
|
||||
create_multiuse_invite_group: 3,
|
||||
authentication_methods: {
|
||||
Google: true,
|
||||
Google: {enabled: true, available: true},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user