Skip to content

Commit

Permalink
temporarily commented trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-deriv committed Jul 1, 2024
1 parent 5d5456d commit d387779
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ class DerivAuthCubit extends Cubit<DerivAuthState>
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(
Expand Down Expand Up @@ -169,7 +169,8 @@ class DerivAuthCubit extends Cubit<DerivAuthState>
await authService.getLandingCompany(authorizeEntity.country);
_isUserMigrated = _checkUserMigrated(authorizeEntity);

trackLoginFinished();
///TODO (John): Uncomment this when the tracking is ready
// trackLoginFinished();

emit(
DerivAuthLoggedInState(
Expand Down

0 comments on commit d387779

Please sign in to comment.