diff --git a/example.env.local b/example.env.local
index 3774783..65a9824 100644
--- a/example.env.local
+++ b/example.env.local
@@ -1,5 +1,5 @@
NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard"
-NEXT_PUBLIC_API_VERSION = "1.18.2"
+NEXT_PUBLIC_API_VERSION = "1.22.3"
NEXT_PUBLIC_DEFAULT_LANGUAGE = "fa"
NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl"
diff --git a/src/components/login/SendToken.jsx b/src/components/login/SendToken.jsx
index 517a5db..2a2f287 100644
--- a/src/components/login/SendToken.jsx
+++ b/src/components/login/SendToken.jsx
@@ -12,6 +12,7 @@ import {useTranslations} from "next-intl";
import * as Yup from "yup";
import SvgLogin from "@/core/components/svgs/SvgLogin";
import useRequest from "@/lib/app/hooks/useRequest";
+import AutoSubmit from "@/core/components/AutoSubmit";
const SendTokenComponent = ({
PhoneNumber,
@@ -111,6 +112,7 @@ const SendTokenComponent = ({
: null
}
/>
+