solving problems of the seed

This commit is contained in:
José Salazar
2026-02-04 00:12:05 +09:00
parent 6096a650da
commit 470749501b
2 changed files with 31 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ class PhoneVerificationPage extends StatelessWidget {
required BuildContext context,
required String phoneNumber,
}) {
print('Phone verification input: "$phoneNumber" len=${phoneNumber.length}');
if (phoneNumber.length == 10) {
BlocProvider.of<AuthBloc>(
context,