6/28/1
This commit is contained in:
@@ -54,7 +54,7 @@ class SplashScreenController extends GetxController
|
||||
: box.read(BoxName.emailDriver) != null &&
|
||||
box.read(BoxName.phoneDriver) != null &&
|
||||
box.read(BoxName.phoneVerified) == '1'
|
||||
? await Get.put(LoginCaptinController()).loginFromSignInGoogle(
|
||||
? await Get.put(LoginDriverController()).loginUsingCredentials(
|
||||
box.read(BoxName.driverID).toString(),
|
||||
box.read(BoxName.emailDriver))
|
||||
: Get.off(() => LoginCaptin());
|
||||
|
||||
Reference in New Issue
Block a user