baublet/w8mngr

View on GitHub
client/pages/Login.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Login has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function Login() {
  const { push } = useHistory();
  const loginForm = useForm<{
    email: string;
    password: string;
Severity: Major
Found in client/pages/Login.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status