casefoundation/weekly-roundup

View on GitHub
client/src/containers/Auth/ResetPassword.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    let content;
    if (this.props.Auth.isPasswordReset) {
      // Step 3: Show success and direct user to Login
      content = (
Severity: Major
Found in client/src/containers/Auth/ResetPassword.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status