Skip to content

Commit

Permalink
fix: removed problematic user logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Velka-DEV committed Dec 6, 2024
1 parent 90d0d18 commit 94ae43b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/server/lib/oauth/zitadel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export function defineOAuthZitadelEventHandler({ config, onSuccess, onError }: O
},
})

console.log('Zitadel user:', user)

if (!user) {
const error = createError({
statusCode: 500,
Expand Down

0 comments on commit 94ae43b

Please sign in to comment.