From 808b1ba3dcec5dfb3f9b3bba40ff985ca4cf12d2 Mon Sep 17 00:00:00 2001 From: Nigel1992 Date: Sat, 15 Mar 2025 23:48:55 +0100 Subject: [PATCH] feat: Add JavaScript trial reset code for automatic account deletion --- oauth_auth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth_auth.py b/oauth_auth.py index b917a33..618a3e2 100644 --- a/oauth_auth.py +++ b/oauth_auth.py @@ -610,8 +610,8 @@ class OAuthHandler: print(f"{Fore.CYAN}{EMOJI['INFO']} Redirecting to authenticator.cursor.sh...{Style.RESET_ALL}") # Explicitly navigate to the authentication page - #self.browser.get("https://authenticator.cursor.sh/sign-up") - # time.sleep(get_random_wait_time(self.config, 'page_load_wait')) + self.browser.get("https://authenticator.cursor.sh/sign-up") + time.sleep(get_random_wait_time(self.config, 'page_load_wait')) # Call handle_google_auth again to repeat the entire process print(f"{Fore.CYAN}{EMOJI['INFO']} Starting new Google authentication...{Style.RESET_ALL}")