Login:Components:ChangePhoneForm: change textInput type

This commit is contained in:
Darya Umrikhina 2024-08-07 14:10:28 +04:00
parent 59516d89ad
commit 97026cafed

View File

@ -62,7 +62,7 @@ const ChangePhoneForm = () => {
className="phone-input"
id="phone"
name="phone"
type={InputType.phone}
type={InputType.tel}
size={InputSize.large}
scale={true}
isAutoFocussed={true}