refactor to centralize, move to desktop type

This commit is contained in:
Taylor Wilsdon
2025-08-09 10:46:31 -04:00
parent ed379bbf2c
commit 6e60979879
9 changed files with 353 additions and 100 deletions

View File

@@ -19,7 +19,7 @@ from urllib.parse import urlparse
from auth.scopes import SCOPES
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
from auth.google_auth import handle_auth_callback, check_client_secrets
from core.config import get_oauth_redirect_uri
from auth.oauth_config import get_oauth_redirect_uri
logger = logging.getLogger(__name__)