pankod/refine

View on GitHub
packages/core/src/components/pages/login/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
92%

Function LoginPage has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

export const LoginPage: React.FC = () => {
  const [username, setUsername] = useState("");
  const [password, setPassword] = useState("");

  const translate = useTranslate();
Severity: Major
Found in packages/core/src/components/pages/login/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status