mirror of https://github.com/status-im/codimd.git
refactor: fix lint on lib/web/auth/ldap/index.js
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
df9eaf7fc4
commit
d8cde49a9c
|
@ -10,7 +10,7 @@ const { setReturnToFromReferer } = require('../utils')
|
|||
const { urlencodedParser } = require('../../utils')
|
||||
const response = require('../../../response')
|
||||
|
||||
let ldapAuth = module.exports = Router()
|
||||
const ldapAuth = module.exports = Router()
|
||||
|
||||
passport.use(new LDAPStrategy({
|
||||
server: {
|
||||
|
|
Loading…
Reference in New Issue