rewrite for new account oauth
Some checks failed
backend / docker (push) Failing after 10s

This commit is contained in:
red binder 2026-06-21 23:37:29 +02:00
commit 0b5e56b69b
6 changed files with 27 additions and 25 deletions

View file

@ -18,6 +18,7 @@ class Settings(BaseSettings):
twitter_client_id: str
twitter_client_secret: str
twitter_redirect_uri: str
account_client_secret: str
model_config = SettingsConfigDict(
env_file=[