Skip to content

Commit fc55591

Browse files
authored
Update src/runtime/server/lib/oauth/authentik.ts
1 parent b26b202 commit fc55591

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/runtime/server/lib/oauth/authentik.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ export function defineOAuthAuthentikEventHandler({ config, onSuccess, onError }:
9595
},
9696
})
9797

98-
console.log('Authentik user:', user)
99-
10098
if (!user) {
10199
const error = createError({
102100
statusCode: 500,

0 commit comments

Comments
 (0)