fixed value phone code
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user