Skip to content

Commit c2fe408

Browse files
committed
Revert change
1 parent b7e4298 commit c2fe408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solace_ai_connector_web/frontend/app/routes/auth-callback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function AuthCallback() {
4848
}
4949
};
5050
exchangeCode();
51-
}, [searchParams, configServerUrl]);
51+
}, [searchParams]);
5252

5353
const renderContent = () => {
5454
if (error) {

0 commit comments

Comments
 (0)