Fix various linter errors

This commit is contained in:
Girish Ramakrishnan
2026-02-15 19:37:30 +01:00
parent 510e1c7296
commit b5a1554631
24 changed files with 44 additions and 1607 deletions
+1 -1
View File
@@ -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();