Update: 2026-06-26 17:29:23
This commit is contained in:
@@ -308,17 +308,17 @@ class RegisterController extends GetxController {
|
||||
box.read(BoxName.email).toString(),
|
||||
);
|
||||
} else {
|
||||
mySnackeBarError("The email or phone number is already registered.".tr);
|
||||
mySnackbarError("The email or phone number is already registered.".tr);
|
||||
}
|
||||
} else {
|
||||
mySnackeBarError("phone not verified".tr);
|
||||
mySnackbarError("phone not verified".tr);
|
||||
}
|
||||
} else {
|
||||
mySnackeBarError("you must insert token code".tr);
|
||||
mySnackbarError("you must insert token code".tr);
|
||||
}
|
||||
} catch (e) {
|
||||
addError(e.toString(), 'passenger sign up ');
|
||||
mySnackeBarError("Something went wrong. Please try again.".tr);
|
||||
mySnackbarError("Something went wrong. Please try again.".tr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user