pankod/refine

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

Summary

Maintainability
B
4 hrs
Test Coverage

Function LoginPage has 105 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const LoginPage: React.FC<LoginPageProps> = () => {
  const [form] = Form.useForm<ILoginForm>();
  const translate = useTranslate();

  const authProvider = useActiveAuthProvider();
Severity: Major
Found in packages/antd/src/components/pages/login/index.tsx - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status