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