From d387779e51dc8fce1a77c70ff0b988c4216272c3 Mon Sep 17 00:00:00 2001 From: akhil-deriv Date: Mon, 1 Jul 2024 23:01:30 +0400 Subject: [PATCH] temporarily commented trackers --- .../lib/features/auth/cubit/deriv_auth_cubit.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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(