Fix merge conflicts

This commit is contained in:
2025-12-19 12:43:03 +01:00
parent efbdae81d4
commit 2c56d9fcb2
4 changed files with 33 additions and 55 deletions

View File

@@ -165,7 +165,7 @@ class NewPasswordScreen extends ConsumerWidget {
),
Expanded(child: CustomTextField(
hint: context.translate(I18n.phoneNumber),
numeric: true,
keyboardType: TextInputType.number,
controller: viewModel.newPhoneNumberController,
))
]

View File

@@ -69,7 +69,7 @@ class RequestRecoveryScreen extends ConsumerWidget {
Expanded(
child: CustomTextField(
hint: context.translate(I18n.phoneNumber),
numeric: true,
keyboardType: TextInputType.number,
controller: viewModel.phoneNumberController,
),
),