Update: 2026-06-27 04:58:21

This commit is contained in:
Hamza-Ayed
2026-06-27 04:58:21 +03:00
parent 8be2af314e
commit f069f2b24f
4 changed files with 7 additions and 4 deletions

View File

@@ -733,6 +733,8 @@ class RegistrationController extends GetxController {
final c = Get.isRegistered<LoginDriverController>()
? Get.find<LoginDriverController>()
: Get.put(LoginDriverController());
box.write(BoxName.firstTimeLoadKey, 'false');
await c.getJWT();
c.loginDriver(driverID, email);
} else {
final msg = (json?['message'] ?? 'Registration failed.').toString();