fix : chicken app login and new module logic
This commit is contained in:
@@ -154,7 +154,7 @@ class SplashLogic extends GetxController with GetTickerProviderStateMixin {
|
||||
if (isUpdateNeeded) return;
|
||||
tokenService.getModule();
|
||||
final module = tokenService.appModule.value;
|
||||
final target = getTargetPage(module);
|
||||
final target = getTargetModule(module);
|
||||
if (target.values.first != null) {
|
||||
await target.values.first;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user