balanced/balanced-dashboard

View on GitHub
app/controllers/reset-password.js

Summary

Maintainability
A
1 hr
Test Coverage

Function resetPassword has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        resetPassword: function() {
            var model = this.get('model');
            var self = this;
            var baseUri = location.hash.indexOf('invite') > 0 ? '/invite/' : '/password/';

Severity: Minor
Found in app/controllers/reset-password.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status