imaginerio/narratives

View on GitHub
src/pages/reset.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Reset has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Reset = () => {
  const { reset, resetInstructions, email: emailText, resetPassword, resetSuccess } = useLocale();
  const [email, setEmail] = useState('');
  const [error, setError] = useState('');
  const [loading, setLoading] = useState(false);
Severity: Minor
Found in src/pages/reset.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status