fixed value phone code

This commit is contained in:
Yasiu1376
2023-12-20 15:20:56 +03:30
parent e2aa6e1138
commit 649590055d
2 changed files with 2 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ const SendTokenComponent = ({
placeholder={t(
"LoginPage.text_field_enter_your_verification_code"
)}
value={props.values.verification_code}
type={"tel"}
onChange={(event) => {
const inputValue = event.target.value;

View File

@@ -81,6 +81,7 @@ const SendUserDataComponent = ({
placeholder={t(
"LoginPage.text_field_enter_your_phone_number"
)}
value={props.values.phone_number}
type={"tel"}
onChange={(event) => {
const inputValue = event.target.value;