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 {
static const List<String> values = [
'+15555555555', // Test User 1
'+15551234567', // Test User 2
'+16505551234', // Android Emulator
'+12345678910', // iOS Simulator
static const List<String> values = <String>[
'+15145912311', // Test User 1
];
static bool isTestNumber(String phoneNumber) {