diff --git a/src/pages/auth/SignIn.jsx b/src/pages/auth/SignIn.jsx
index 045286d..f63ea0d 100644
--- a/src/pages/auth/SignIn.jsx
+++ b/src/pages/auth/SignIn.jsx
@@ -7,6 +7,7 @@ import bg_cod from 'assets/bg_cod.jpg';
import logo from 'assets/freepik/LOGOPIU.png';
const SignIn = () => {
+ const [form] = Form.useForm();
const [captchaSvg, setCaptchaSvg] = useState('');
const [captchaText, setCaptchaText] = useState('');
const [loading, setLoading] = useState(false);
@@ -110,6 +111,7 @@ const SignIn = () => {