Skip to content

Commit 25ece86

Browse files
authored
atinux
* fix: removed problematic user logging * chore: added Zitadel auth provider in the documentation
1 parent 90d0d18 commit 25ece86

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ It can also be set using environment variables:
231231
- X (Twitter)
232232
- XSUAA
233233
- Yandex
234+
- Zitadel
234235

235236
You can add your favorite provider by creating a new file in [src/runtime/server/lib/oauth/](./src/runtime/server/lib/oauth/).
236237

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ export function defineOAuthZitadelEventHandler({ config, onSuccess, onError }: O
111111
},
112112
})
113113

114-
console.log('Zitadel user:', user)
115-
116114
if (!user) {
117115
const error = createError({
118116
statusCode: 500,

0 commit comments

Comments
 (0)