-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summer Cleaning #143
Summer Cleaning #143
Conversation
* Initial SSR Auth Migration * Middleware matcher * Loading Icons and API .env template * Google and Discord Sign in
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
}) | ||
return | ||
} | ||
console.log(password, passwordConfirmation) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
an access to password
}) | ||
return | ||
} | ||
console.log(password, passwordConfirmation) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
an access to passwordConfirmation
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Essentially a large amount of refactoring and clean up to get tutor-gpt modernized with current standards. Updating dependencies, cleaning up technical debt, and several performance improvements.
agent
folder is its own module that is loaded from thebot
andapi
folders. They both have their ownpyproject.toml
s now.