From ff61c230800d1868fdd7b552fa9ef0831c3bebdb Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 8 Jun 2020 08:09:53 +0000 Subject: [PATCH] Restyled by prettier --- client/app/pages/settings/OrganizationSettings.jsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/client/app/pages/settings/OrganizationSettings.jsx b/client/app/pages/settings/OrganizationSettings.jsx index 4befca24ff..8493e11139 100644 --- a/client/app/pages/settings/OrganizationSettings.jsx +++ b/client/app/pages/settings/OrganizationSettings.jsx @@ -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(); @@ -118,9 +123,9 @@ class OrganizationSettings extends React.Component { - Any user registered with a {join(formValues.auth_microsoft_apps_domains, ", ")} 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 Default group. + Any user registered with a {join(formValues.auth_microsoft_apps_domains, ", ")}{" "} + 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 Default group.

} className="m-t-15"