Showing 1 of 1 total issue

Function exports has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (app, Users, conf, utils) => {
  const jwtConf = conf || app.config('jwt') || {};
  if (!jwtConf) {
    return log('jwt config not found!');
  }
Severity: Minor
Found in lib/login.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language