tolulope-od/banka

View on GitHub
www/js/signUpAuth.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function registerUser has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    There are no issues that match your filters.

    Category
    Status