fix : login and route
This commit is contained in:
@@ -31,7 +31,7 @@ class AuthLogic extends GetxController {
|
||||
|
||||
RxnString phoneNumber = RxnString(null);
|
||||
RxBool isLoading = false.obs;
|
||||
TokenStorageService tokenStorageService = diAuth.get<TokenStorageService>();
|
||||
TokenStorageService tokenStorageService = Get.find<TokenStorageService>();
|
||||
|
||||
Rx<AuthType> authType = AuthType.useAndPass.obs;
|
||||
Rx<AuthStatus> authStatus = AuthStatus.init.obs;
|
||||
|
||||
Reference in New Issue
Block a user