Skip to content

Commit 4706806

Browse files
authored
fix: add github login with email (#2168)
1 parent 3f60cd8 commit 4706806

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/(default)/login

1 file changed

+1
-1
lines changed

packages/app/src/app/(default)/login/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ const LoginPage = async ({ searchParams }: NextServerPageProps<never, "callbackU
9191
) : (
9292
<>
9393
<MonCompteProLogin callbackUrl={callbackUrl} />
94-
<GithubLogin callbackUrl={callbackUrl} />
9594
</>
9695
)}
96+
<GithubLogin callbackUrl={callbackUrl} />
9797
</Box>
9898
</>
9999
)}

0 commit comments

Comments
 (0)