hongbo-miao/hongbomiao.com

View on GitHub
web/src/SignIn/components/SignIn.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

function SignIn() {
  const { signIn } = useAuth();
  const { me } = useMe();

  const mutation = useMutation((data: FormValues) => {
Severity: Minor
Found in web/src/SignIn/components/SignIn.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status