diff --git a/instagrapi/mixins/auth.py b/instagrapi/mixins/auth.py index a3f84796..f9c90306 100644 --- a/instagrapi/mixins/auth.py +++ b/instagrapi/mixins/auth.py @@ -44,7 +44,7 @@ def pre_login_flow(self) -> bool: """ # self.set_contact_point_prefill("prefill") # self.get_prefill_candidates(True) - self.set_contact_point_prefill("prefill") + # self.set_contact_point_prefill("prefill") self.sync_launcher(True) # self.sync_device_features(True) return True