Skip to content

Commit

Permalink
fix: add github login with email (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 authored Feb 28, 2024
1 parent 3f60cd8 commit 4706806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/app/(default)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ const LoginPage = async ({ searchParams }: NextServerPageProps<never, "callbackU
) : (
<>
<MonCompteProLogin callbackUrl={callbackUrl} />
<GithubLogin callbackUrl={callbackUrl} />
</>
)}
<GithubLogin callbackUrl={callbackUrl} />
</Box>
</>
)}
Expand Down

0 comments on commit 4706806

Please sign in to comment.