mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +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) => {
|
||||
const skipProxy = checkSkipProxy(ctx);
|
||||
console.log("skipProxy", skipProxy);
|
||||
if (skipProxy) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user