Banda-Media/lunchMemo

View on GitHub
app/components/modules/registration/Login.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

const Login: React.FC = () => {
  const { login, loginProvider } = useAuth();
  const form = useForm(formDefaults);
  const { notify } = useNotify();
  const router = useRouter();
Severity: Minor
Found in app/components/modules/registration/Login.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status