fix: add retry logic for human verification failures

This commit is contained in:
Nigel1992
2025-03-21 00:10:33 +01:00
parent 93f4f05ac4
commit e58acce44e
2 changed files with 276 additions and 44 deletions

View File

@@ -170,7 +170,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",