fix : captcha and username input type

This commit is contained in:
2025-05-18 10:21:50 +03:30
parent dcc333e302
commit 1b30dafafc
2 changed files with 38 additions and 39 deletions

View File

@@ -101,7 +101,7 @@ class AuthPage extends GetView<AuthLogic> {
maxLength: 11,
maxLines: 1,
controller: phoneController.value,
keyboardType: TextInputType.number,
keyboardType: TextInputType.text,
initText: phoneController.value.text,
onChanged: (value) {
phoneController.value.text = value;