opcotech/elemo

View on GitHub
web/components/auth/SignInForm.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SignInForm has 89 lines of code (exceeds 75 allowed). Consider refactoring.
Open

export function SignInForm() {
  const form = useRef<HTMLFormElement>(null);
  const [csrfToken, setCSRFToken] = useState('');
  const [submitting, setSubmitting] = useState(false);

Severity: Major
Found in web/components/auth/SignInForm.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status