Skip to content

Commit

Permalink
fix: remove unnecessary console.info (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Elio Bischof <elio@zitadel.com>
  • Loading branch information
Accir and eliobischof committed Feb 16, 2024
1 parent 9c871b8 commit 62d2d7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/zitadelAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export function createZITADELAuth(
...oidcConfig, // everything can be overridden!
}

console.info('OIDC Config', cfg)

const oidcAuth = createOidcAuth(
authName,
defaultSignInType,
Expand Down

0 comments on commit 62d2d7f

Please sign in to comment.