BrownPaperBag/duffel-auth

View on GitHub
lib/controllers/forgot-password.js

Summary

Maintainability
B
4 hrs
Test Coverage

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

module.exports = function(parameters) {
  var app = parameters.app;

  app.get('/forgot-password', function(req, res){
    if (req.user) {
Severity: Major
Found in lib/controllers/forgot-password.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status