Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik committed Oct 16, 2024
1 parent 40cdc9b commit 8fbaf70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/auth/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ export const getServerSideProps: GetServerSideProps = async (context) => {
const session = await getServerAuthSession(context);
const providers = await getProviders();

console.log('providers', providers);

if (session) {
return {
redirect: {
Expand Down

0 comments on commit 8fbaf70

Please sign in to comment.