♻️ refactor(auth): streamline login process
- 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
This commit is contained in:
parent
37de92c92e
commit
2140139fc9
2 changed files with 70 additions and 272 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
node_modules/
|
||||
data/
|
||||
*.env
|
||||
.continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue