Skip to content

fix: reload dotenv after login#94

Merged
cristipufu merged 1 commit intomainfrom
fix/auth_env_variables
Mar 1, 2026
Merged

fix: reload dotenv after login#94
cristipufu merged 1 commit intomainfrom
fix/auth_env_variables

Conversation

@cristipufu
Copy link
Member

Summary

  • Call load_dotenv(override=True) after writing .env in _finalize_tenant so all env variables are reloaded into os.environ after successful login
  • Bump version to 0.0.68

Test plan

  • Login via the dev server UI, verify all .env variables are loaded into os.environ

🤖 Generated with Claude Code

@cristipufu cristipufu requested a review from Copilot March 1, 2026 16:06
@cristipufu cristipufu self-assigned this Mar 1, 2026
Call load_dotenv(override=True) after writing .env in _finalize_tenant
so all env variables (including user-added ones) are loaded into
os.environ after successful authentication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cristipufu cristipufu force-pushed the fix/auth_env_variables branch from dcfaad4 to 095b26e Compare March 1, 2026 16:06
@cristipufu cristipufu merged commit 92ed32c into main Mar 1, 2026
11 checks passed
@cristipufu cristipufu deleted the fix/auth_env_variables branch March 1, 2026 16:09

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants