solving problems of the seed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user