Fix various linter errors
This commit is contained in:
+1
-1
@@ -600,7 +600,7 @@ async function verify(user, password, identifier, options) {
|
||||
return user;
|
||||
}
|
||||
|
||||
let localTotpCheck = true; // does 2fa need to be verified with local database 2fa creds
|
||||
let localTotpCheck; // does 2fa need to be verified with local database 2fa creds
|
||||
if (user.source === 'ldap') {
|
||||
await externalLdap.verifyPassword(user.username, password, options);
|
||||
const externalLdapConfig = await externalLdap.getConfig();
|
||||
|
||||
Reference in New Issue
Block a user