tolulope-od/banka

View on GitHub
www/js/loginAuth.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function loginUser has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const loginUser = e => {
  e.preventDefault();
  clearErrors(error);
  loginBtn.value = 'LOADING..';
  loginBtn.disabled = true;
Severity: Major
Found in www/js/loginAuth.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status