Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 8, 2020
1 parent 1c9b0f3 commit ff61c23
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions client/app/pages/settings/OrganizationSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ class OrganizationSettings extends React.Component {
}

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

handleSubmit = e => {
e.preventDefault();
Expand Down Expand Up @@ -118,9 +123,9 @@ class OrganizationSettings extends React.Component {
<Alert
message={
<p>
Any user registered with a <strong>{join(formValues.auth_microsoft_apps_domains, ", ")}</strong> Microsoft
Apps account will be able to login. If they don{"'"}t have an existing user, a new user will be
created and join the <strong>Default</strong> group.
Any user registered with a <strong>{join(formValues.auth_microsoft_apps_domains, ", ")}</strong>{" "}
Microsoft Apps account will be able to login. If they don{"'"}t have an existing user, a new user will
be created and join the <strong>Default</strong> group.
</p>
}
className="m-t-15"
Expand Down

0 comments on commit ff61c23

Please sign in to comment.