Satisfy ESLint indentation rule
This commit is contained in:
parent
07b7e1a3f2
commit
91addb14af
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ try {
|
|||
LdapStrategy = require('passport-ldapjs').Strategy; // eslint-disable-line global-require
|
||||
} catch (E) {
|
||||
if (config.ldap.enabled) {
|
||||
log.info('LDAP', 'Module "passport-ldapjs" not installed. LDAP auth will fail.');
|
||||
log.info('LDAP', 'Module "passport-ldapjs" not installed. LDAP auth will fail.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue