diff --git a/src/app/verify-phone/components/VerifyPhoneForm/VerifyPhoneForm.tsx b/src/app/verify-phone/components/VerifyPhoneForm/VerifyPhoneForm.tsx index 0b2d423..d8b4052 100644 --- a/src/app/verify-phone/components/VerifyPhoneForm/VerifyPhoneForm.tsx +++ b/src/app/verify-phone/components/VerifyPhoneForm/VerifyPhoneForm.tsx @@ -27,7 +27,7 @@ const VerifyPhoneForm: FC = () => { const authState = useSelector((state: RootState) => state.auth); const handleSubmit = (values: VerifyNumberForm) => { - + if (!authState.phoneNumber || !authState.loginChallenge) return; console.log(authState.phoneNumber.replace(/ /g, "")); @@ -55,8 +55,10 @@ const VerifyPhoneForm: FC = () => { const navigateToLogin = () => redirect("/"); return ( -
- + + = ({ loginChallenge, isCreatingId = false }) => { const navigateToLogin = () => router.push("/"); return ( - - + + { + style={{ color: myColor[6], textAlign: "center" }}> {title}