Skip to content

Commit 71b4e03

Browse files
Restyled by prettier
1 parent a9b75ed commit 71b4e03

File tree

1 file changed

+4
-1
lines changed
  • client/app/pages/settings/components/AuthSettings

1 file changed

+4
-1
lines changed

client/app/pages/settings/components/AuthSettings/index.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ export default function AuthSettings(props) {
1515
changes => {
1616
const allSettings = { ...values, ...changes };
1717
const allAuthMethodsDisabled =
18-
!clientConfig.azureLoginEnabled &&!clientConfig.googleLoginEnabled && !clientConfig.ldapLoginEnabled && !allSettings.auth_saml_enabled;
18+
!clientConfig.azureLoginEnabled &&
19+
!clientConfig.googleLoginEnabled &&
20+
!clientConfig.ldapLoginEnabled &&
21+
!allSettings.auth_saml_enabled;
1922
if (allAuthMethodsDisabled) {
2023
changes = { ...changes, auth_password_login_enabled: true };
2124
}

0 commit comments

Comments
 (0)