Skip to content

Commit c889b9c

Browse files
committed
chore: remove debug console log
1 parent 08f7232 commit c889b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/exchangeAuthCode.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const exchangeAuthCode = async ({
121121
redirect_uri: redirectURL,
122122
}),
123123
};
124-
console.log("fetchOptions", fetchOptions);
124+
125125
const response = await fetch(`${domain}/oauth2/token`, fetchOptions);
126126
if (!response?.ok) {
127127
const errorText = await response.text();

0 commit comments

Comments
 (0)