Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -69,10 +69,10 @@ class OtpVerificationController extends GetxController {
|
||||
isLoading.value = true;
|
||||
// بإمكانك عرض رسالة نجاح هنا
|
||||
} else {
|
||||
mySnackeBarError('Failed to send OTP'.tr);
|
||||
mySnackbarError('Failed to send OTP'.tr);
|
||||
}
|
||||
} catch (e) {
|
||||
mySnackeBarError(e.toString());
|
||||
mySnackbarError(e.toString());
|
||||
} finally {
|
||||
// isLoading.value = false;
|
||||
}
|
||||
@@ -108,10 +108,10 @@ class OtpVerificationController extends GetxController {
|
||||
|
||||
Get.offAll(() => const MapPagePassenger());
|
||||
} else {
|
||||
mySnackeBarError('OTP is incorrect or expired');
|
||||
mySnackbarError('OTP is incorrect or expired');
|
||||
}
|
||||
} catch (e) {
|
||||
mySnackeBarError(e.toString());
|
||||
mySnackbarError(e.toString());
|
||||
} finally {
|
||||
isVerifying.value = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user