Skip to content

Commit

Permalink
Restyled by prettier (#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-io[bot] authored and arikfr committed Jan 21, 2020
1 parent 46d4079 commit 563dc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/pages/settings/OrganizationSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class OrganizationSettings extends React.Component {
.catch(error => this.props.onError(new PromiseRejectionError(error)));
}

disablePasswordLoginToggle = () => !(clientConfig.googleLoginEnabled || clientConfig.ldapLoginEnabled
|| this.state.formValues.auth_saml_enabled);
disablePasswordLoginToggle = () =>
!(clientConfig.googleLoginEnabled || clientConfig.ldapLoginEnabled || this.state.formValues.auth_saml_enabled);

handleSubmit = e => {
e.preventDefault();
Expand Down

0 comments on commit 563dc05

Please sign in to comment.