|
|
@ -187,7 +187,7 @@ function SignUp({ |
|
|
|
|
|
|
|
|
|
|
|
<span className="text-greenBA text-sm lg:text-tiny"> |
|
|
|
<span className="text-greenBA text-sm lg:text-tiny"> |
|
|
|
{signUpFields?.cellphone} |
|
|
|
{signUpFields?.cellphone} |
|
|
|
</span>{" "} |
|
|
|
</span> |
|
|
|
{window.t("ارسال خواهد شد.")} |
|
|
|
{window.t("ارسال خواهد شد.")} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
)} |
|
|
|
)} |
|
|
@ -255,7 +255,7 @@ function SignUp({ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<br /> |
|
|
|
<br /> |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
title="ادامه" |
|
|
|
title={window.t("ادامه")} |
|
|
|
loading={loading} |
|
|
|
loading={loading} |
|
|
|
backgroundColor="bg-blueC0" |
|
|
|
backgroundColor="bg-blueC0" |
|
|
|
border={{ color: "#196EC055", width: "0px" }} |
|
|
|
border={{ color: "#196EC055", width: "0px" }} |
|
|
@ -267,13 +267,12 @@ function SignUp({ |
|
|
|
/> |
|
|
|
/> |
|
|
|
<div className="mt-10 flex flex-row text-center w-full justify-center"> |
|
|
|
<div className="mt-10 flex flex-row text-center w-full justify-center"> |
|
|
|
<div className="text-xs text-gray1 dark:text-gray-200 lg:text-sm"> |
|
|
|
<div className="text-xs text-gray1 dark:text-gray-200 lg:text-sm"> |
|
|
|
شماره خود را اشتباه وارد کردید؟ |
|
|
|
{window.t(" شماره خود را اشتباه وارد کردید؟")} |
|
|
|
|
|
|
|
|
|
|
|
<button |
|
|
|
<button |
|
|
|
className="bg-transparent border-none text-greenBA font-medium" |
|
|
|
className="bg-transparent border-none text-greenBA font-medium" |
|
|
|
onClick={() => setLevel("phonenumber")} |
|
|
|
onClick={() => setLevel("phonenumber")} |
|
|
|
> |
|
|
|
> |
|
|
|
اصلاح شماره تلفن |
|
|
|
{window.t(" اصلاح شماره تلفن")} |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|