config file is web only

This commit is contained in:
msramalho
2025-02-11 19:13:33 +00:00
parent f24f88c44b
commit 606e69587b
12 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ import requests, secrets
from fastapi import HTTPException, status, Depends
from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials
from app.shared.config import ALLOW_ANY_EMAIL
from app.web.config import ALLOW_ANY_EMAIL
from app.shared.settings import get_settings
from app.shared.db.database import get_db
from app.web.db.user_state import UserState