Update: 2026-06-27 04:58:21
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user