♻️ refactor(auth): streamline login process
Some checks failed
build-and-push / lint (push) Failing after 1s
build-and-push / sonar (push) Has been skipped
build-and-push / docker (push) Has been skipped

- 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:
nocci 2026-01-08 12:42:33 +00:00
parent 37de92c92e
commit 2140139fc9
2 changed files with 70 additions and 272 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
node_modules/
data/
*.env
.continue