feat: Update test phone numbers for authentication flow
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user