diff --git a/src/components/auth/login-form.tsx b/src/components/auth/login-form.tsx index 8764756..f93cfe2 100644 --- a/src/components/auth/login-form.tsx +++ b/src/components/auth/login-form.tsx @@ -5,7 +5,7 @@ import { signIn } from 'next-auth/react'; import Button from '@design-system/button/Button'; import { SiGithub } from '@icons-pack/react-simple-icons'; -export function LoginForm({ showTitle = true, showFooter = true }: { showTitle: boolean; showFooter?: boolean }) { +export function LoginForm({ showTitle = true, showFooter = true }: { showTitle?: boolean; showFooter?: boolean }) { return (