models/user.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

module.exports = function (sequelize, DataTypes) {
  function hashPasswordHook(user, options, done) {
    if (!user.changed('password')) {
      done();
    }
Severity: Major
Found in models/user.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status