mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix typo preventing saving of MFA setting in system console
This commit is contained in:
@@ -87,7 +87,7 @@ class ServiceSettings extends React.Component {
|
||||
config.ServiceSettings.EnableCommands = ReactDOM.findDOMNode(this.refs.EnableCommands).checked;
|
||||
config.ServiceSettings.EnableOnlyAdminIntegrations = ReactDOM.findDOMNode(this.refs.EnableOnlyAdminIntegrations).checked;
|
||||
|
||||
if (this.refs.EnablMultifactorAuthentication) {
|
||||
if (this.refs.EnableMultifactorAuthentication) {
|
||||
config.ServiceSettings.EnableMultifactorAuthentication = ReactDOM.findDOMNode(this.refs.EnableMultifactorAuthentication).checked;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user