fix oauth redirect URI not imported

This commit is contained in:
Badri Narayanan S
2025-12-25 16:10:11 +05:30
parent e55d3ccb20
commit ed6bd3af2b

View File

@@ -11,7 +11,8 @@ import http from 'http';
import {
ANTIGRAVITY_ENDPOINT_FALLBACKS,
ANTIGRAVITY_HEADERS,
OAUTH_CONFIG
OAUTH_CONFIG,
OAUTH_REDIRECT_URI
} from './constants.js';
/**