mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-08 04:19:25 +00:00
chore: remove log from oauth-proxy (#5049)
This commit is contained in:
@@ -231,7 +231,6 @@ export const oAuthProxy = (opts?: OAuthProxyOptions) => {
|
|||||||
},
|
},
|
||||||
handler: createAuthMiddleware(async (ctx) => {
|
handler: createAuthMiddleware(async (ctx) => {
|
||||||
const skipProxy = checkSkipProxy(ctx);
|
const skipProxy = checkSkipProxy(ctx);
|
||||||
console.log("skipProxy", skipProxy);
|
|
||||||
if (skipProxy) {
|
if (skipProxy) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user