- simplify login logic by removing unused code
- improve error handling and logging during login
- add retry mechanism for login attempts
🔧 chore(gitignore): update ignore file
- add .continue to .gitignore to prevent accidental commits of temporary files
4 lines
36 B
Text
4 lines
36 B
Text
node_modules/
|
|
data/
|
|
*.env
|
|
.continue
|