From ed6bd3af2b3e4001039eaed19af6fa06104ac0f0 Mon Sep 17 00:00:00 2001 From: Badri Narayanan S Date: Thu, 25 Dec 2025 16:10:11 +0530 Subject: [PATCH] fix oauth redirect URI not imported --- src/oauth.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/oauth.js b/src/oauth.js index 060ae3a..c6daaaa 100644 --- a/src/oauth.js +++ b/src/oauth.js @@ -11,7 +11,8 @@ import http from 'http'; import { ANTIGRAVITY_ENDPOINT_FALLBACKS, ANTIGRAVITY_HEADERS, - OAUTH_CONFIG + OAUTH_CONFIG, + OAUTH_REDIRECT_URI } from './constants.js'; /**