Skip to content

Commit

Permalink
remove oidc error check
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 12, 2024
1 parent 350b72e commit 4fe6110
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/auth/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,3 @@ export const authConfig: NextAuthConfig = {
},
},
} satisfies NextAuthConfig;

if (authConfig.providers.length === 0) {
throw new Error("No authentication providers configured");
}

0 comments on commit 4fe6110

Please sign in to comment.