diff --git a/apps/mobile/packages/features/staff/authentication/lib/src/utils/test_phone_numbers.dart b/apps/mobile/packages/features/staff/authentication/lib/src/utils/test_phone_numbers.dart index 9a61b5ff..c5e8fb00 100644 --- a/apps/mobile/packages/features/staff/authentication/lib/src/utils/test_phone_numbers.dart +++ b/apps/mobile/packages/features/staff/authentication/lib/src/utils/test_phone_numbers.dart @@ -1,9 +1,6 @@ class TestPhoneNumbers { - static const List values = [ - '+15555555555', // Test User 1 - '+15551234567', // Test User 2 - '+16505551234', // Android Emulator - '+12345678910', // iOS Simulator + static const List values = [ + '+15145912311', // Test User 1 ]; static bool isTestNumber(String phoneNumber) {