4minitz/4minitz

View on GitHub
client/templates/admin/adminRegisterUser.js

Summary

Maintainability
A
1 hr
Test Coverage

Function click #btnRegisterUserSave has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    'click #btnRegisterUserSave'(evt, tmpl) {
        if (! Meteor.user().isAdmin) {
            return;
        }

Severity: Minor
Found in client/templates/admin/adminRegisterUser.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status