4minitz/4minitz

View on GitHub
client/templates/globals/passwordChangeDialog.js

Summary

Maintainability
A
1 hr
Test Coverage

Function submit #frmDlgChangePassword has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    'submit #frmDlgChangePassword'(evt, tmpl) {
        evt.preventDefault();
        if (!Meteor.user()) {
            return;
        }
Severity: Minor
Found in client/templates/globals/passwordChangeDialog.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status