diff --git a/components/shared/modals/auth-modal/auth-modal.tsx b/components/shared/modals/auth-modal/auth-modal.tsx index 6f16a50..4846ef9 100644 --- a/components/shared/modals/auth-modal/auth-modal.tsx +++ b/components/shared/modals/auth-modal/auth-modal.tsx @@ -24,14 +24,14 @@ export const AuthModal: React.FC = ({ open, onClose}) => { return ( - + { type === 'login' ? : } -
-
+
+
{/* */}
- -
) } \ No newline at end of file