mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-01-06 02:31:18 +03:00
refactor: Simplify profile selection process in OAuthHandler
- Removed the user data directory retrieval in main.py for cleaner profile selection. - Updated profile selection logic to include an exit option in oauth_auth.py. - Enhanced user prompts in multiple languages to improve user experience during profile selection.
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"config": "Show Config",
|
||||
"delete_google_account": "Delete Cursor Google Account",
|
||||
"continue_prompt": "Continue? (y/N): ",
|
||||
"operation_cancelled_by_user": "Operation cancelled by user"
|
||||
"operation_cancelled_by_user": "Operation cancelled by user",
|
||||
"exiting": "Exiting ……"
|
||||
},
|
||||
"languages": {
|
||||
"en": "English",
|
||||
|
||||
Reference in New Issue
Block a user