|
|
|
@ -6,7 +6,6 @@ import Timer from "../../../components/Timer"; |
|
|
|
|
import onInput from "../../../utils/onInput"; |
|
|
|
|
import Loading from "../../../components/Loading"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { connect } from "react-redux"; |
|
|
|
|
import { user, publicApi } from "../../../redux/actions"; |
|
|
|
|
import _ from "lodash"; |
|
|
|
@ -136,6 +135,7 @@ function SignUp({ |
|
|
|
|
} |
|
|
|
|
}, [loginFlag]); |
|
|
|
|
const light = theme === "light"; |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<div |
|
|
|
|
className="w-screen overflow-x-hidden flex flex-row transform -translate-y-10 relative" |
|
|
|
@ -266,7 +266,7 @@ function SignUp({ |
|
|
|
|
/> |
|
|
|
|
<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"> |
|
|
|
|
شماره خود را اشتباه وارد کردید؟{" "} |
|
|
|
|
شماره خود را اشتباه وارد کردید؟ |
|
|
|
|
<button |
|
|
|
|
className="bg-transparent border-none text-greenBA font-medium" |
|
|
|
|
onClick={() => setLevel("phonenumber")} |
|
|
|
|