langflow/src/backend/base
Gabriel Luiz Freitas Almeida 7e222187e4
fix: remove redundant superuser only if it has never logged in (#2582)
fix: Remove redundant superuser only if it has never logged in

The code changes in `utils.py` check if the superuser exists and if it has never logged in. If both conditions are true, the superuser is deleted from the database. This improves the efficiency and security of the application.
2024-07-08 16:37:03 +00:00
..
langflow fix: remove redundant superuser only if it has never logged in (#2582) 2024-07-08 16:37:03 +00:00
poetry.lock chore: update version to 1.0.7 in pyproject.toml (#2562) 2024-07-06 10:05:21 -07:00
pyproject.toml chore: update version to 1.0.7 in pyproject.toml (#2562) 2024-07-06 10:05:21 -07:00
README.md 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00