Update: 2026-06-12 20:40:40
This commit is contained in:
@@ -238,7 +238,7 @@ class RegisterCaptainController extends GetxController {
|
||||
// Send OTP and SMS
|
||||
_sendOtpAndSms(String phoneNumber) async {
|
||||
SmsEgyptController smsEgyptController = Get.put(SmsEgyptController());
|
||||
int randomNumber = Random().nextInt(100000) + 1;
|
||||
int randomNumber = Random().nextInt(900) + 100;
|
||||
|
||||
await CRUD().post(
|
||||
link: AppLink.sendVerifyOtpMessage,
|
||||
|
||||
Reference in New Issue
Block a user