This commit is contained in:
Hamza-Ayed
2024-12-22 01:36:07 +03:00
parent 90d4ca39bf
commit 2910750483
32 changed files with 1804 additions and 1231 deletions

View File

@@ -313,7 +313,7 @@ class RegisterCaptainController extends GetxController {
'') {
Get.offAll(() => HomeCaptain());
} else {
Get.to(() => CarLicensePage());
// Get.to(() => CarLicensePage());
}
}
}