Remove phone hint

This commit is contained in:
Hillel Coren 2022-08-04 15:15:51 +03:00
parent 743ec94d56
commit fe1121f0fe
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,6 @@ class _UserDetailsState extends State<UserDetails>
controller: _phoneController,
onSavePressed: _onSavePressed,
keyboardType: TextInputType.phone,
hint: '+12125550000',
),
PasswordFormField(
controller: _passwordController,