whitef0x0/tellform

View on GitHub
config/strategies/local.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function () {
    // Use local strategy
    passport.use(new LocalStrategy({
            usernameField: 'username',
            passwordField: 'password'
Severity: Minor
Found in config/strategies/local.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status