prasadtalasila/BITS-Darshini

View on GitHub
src/main/webapp/WEB-INF/js/views/login-view.js

Summary

Maintainability
A
1 hr
Test Coverage

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

        login : function(event) {
            event.preventDefault();
            var formValues = {
                email: $('#inputEmail').val(),
                password: $('#inputPassword').val()
Severity: Minor
Found in src/main/webapp/WEB-INF/js/views/login-view.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status