Commit cbe39102 authored by NGPixel's avatar NGPixel

fix: login ldap detection

parent 759b6646
'use strict'
/* global wiki */
const Promise = require('bluebird')
......@@ -8,6 +6,7 @@ const router = express.Router()
const ExpressBrute = require('express-brute')
const ExpressBruteRedisStore = require('express-brute-redis')
const moment = require('moment')
const _ = require('lodash')
/**
* Setup Express-Brute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment