mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-26 23:45:54 +00:00
- If you have a database password that contains characters like `#` or `*`, sqlx will error about a InvalidPort, this is due to not encoding the url. [See issue on sqlx](https://github.com/launchbadge/sqlx/issues/1624). - Removed useless statements.