diff --git a/packages/deriv_auth/lib/features/auth/cubit/deriv_auth_cubit.dart b/packages/deriv_auth/lib/features/auth/cubit/deriv_auth_cubit.dart index b6634b85c..2680505a0 100644 --- a/packages/deriv_auth/lib/features/auth/cubit/deriv_auth_cubit.dart +++ b/packages/deriv_auth/lib/features/auth/cubit/deriv_auth_cubit.dart @@ -135,12 +135,12 @@ class DerivAuthCubit extends Cubit userAgent: userAgent, ); - ///TODO (John): Check if this has to be reset for every account change final LandingCompanyEntity landingCompanyEntity = await authService.getLandingCompany(authorizeEntity.country); _isUserMigrated = _checkUserMigrated(authorizeEntity); - trackLoginFinished(); + ///TODO (John): Uncomment this when the tracking is ready + // trackLoginFinished(); emit(DerivAuthLoggedInState( DerivAuthModel( @@ -169,7 +169,8 @@ class DerivAuthCubit extends Cubit await authService.getLandingCompany(authorizeEntity.country); _isUserMigrated = _checkUserMigrated(authorizeEntity); - trackLoginFinished(); + ///TODO (John): Uncomment this when the tracking is ready + // trackLoginFinished(); emit( DerivAuthLoggedInState(