Update: 2026-06-26 02:00:23
This commit is contained in:
@@ -49,7 +49,7 @@ class RegisterController extends GetxController {
|
||||
// Request OTP
|
||||
bool otpSent = await _sendOtp(phone.text);
|
||||
if (otpSent) {
|
||||
_showOtpDialog(phone.text, res['message']?['message'] ?? "تم تقديم طلبك بنجاح. يرجى انتظار موافقة الإدارة.");
|
||||
_showOtpDialog(phone.text, res['message']?['message'] ?? 'Your request has been submitted successfully. Please wait for admin approval.'.tr);
|
||||
} else {
|
||||
mySnackbarError('Failed to send OTP'.tr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user