mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-29 10:08:05 -05:00
chore: remove logs
This commit is contained in:
@@ -29,8 +29,6 @@ export async function handleOAuthUserInfo(
|
||||
`${c.context.baseURL}/error?error=internal_server_error`,
|
||||
);
|
||||
});
|
||||
console.log({ dbUser, userInfo });
|
||||
|
||||
let user = dbUser?.user;
|
||||
|
||||
if (dbUser) {
|
||||
|
||||
Reference in New Issue
Block a user