mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-16 00:52:35 -05:00
deps.py read AUTH_SECRET via os.getenv() before load_dotenv() ran, yielding None when the secret was only present in .env. Import the already-validated AUTH_SECRET from core.auth (loads dotenv first and raises if unset) instead of re-reading it. Removes the dup + ordering bug.