Merge pull request #339 from Nigel1992/fix/human-verification-retry

fix: add retry logic for human verification failures
This commit is contained in:
Pin Studios
2025-03-21 09:44:56 +08:00
committed by GitHub
2 changed files with 276 additions and 44 deletions

View File

@@ -172,7 +172,9 @@
"password_submitted": "Password Submitted",
"total_usage": "Total Usage: {usage}",
"setting_on_password": "Setting Password",
"getting_code": "Getting Verification Code, Will Try in 60s"
"getting_code": "Getting Verification Code, Will Try in 60s",
"human_verify_error": "Can't verify the user is human. Retrying...",
"max_retries_reached": "Maximum retry attempts reached. Registration failed."
},
"auth": {
"title": "Cursor Auth Manager",