From 4830d72d48f897458470fcd1f401d6f4a0c7e9ee Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Sun, 1 Feb 2026 14:07:04 -0500 Subject: [PATCH] feat: Update test phone numbers for authentication flow --- .../authentication/lib/src/utils/test_phone_numbers.dart | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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) {