feat: Update test phone numbers for authentication flow

This commit is contained in:
Achintha Isuru
2026-02-01 14:07:04 -05:00
parent 23a346200a
commit 4830d72d48

View File

@@ -1,9 +1,6 @@
class TestPhoneNumbers { class TestPhoneNumbers {
static const List<String> values = [ static const List<String> values = <String>[
'+15555555555', // Test User 1 '+15145912311', // Test User 1
'+15551234567', // Test User 2
'+16505551234', // Android Emulator
'+12345678910', // iOS Simulator
]; ];
static bool isTestNumber(String phoneNumber) { static bool isTestNumber(String phoneNumber) {