Update: 2026-06-27 04:37:33
This commit is contained in:
@@ -399,7 +399,8 @@ class LoginDriverController extends GetxController {
|
||||
}
|
||||
|
||||
// updateAppTester(AppInformation.appName);
|
||||
if (d['status'].toString() != 'yet') {
|
||||
final driverStatus = d['status'].toString();
|
||||
if (driverStatus != 'yet' && driverStatus != 'pending_review') {
|
||||
var token = await CRUD().get(
|
||||
link: AppLink.getDriverToken,
|
||||
payload: {
|
||||
|
||||
Reference in New Issue
Block a user