eduardomoroni/trading-card-manager

View on GitHub
packages/frontend/src/presentation/screens/hooks/useAuth.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useAuth has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function useAuth(): UseAuthType {
  const dispatch = useDispatch();
  const [email, setEmail] = useState('');
  const [password, setPassword] = useState('');

Severity: Minor
Found in packages/frontend/src/presentation/screens/hooks/useAuth.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status