Skip to content

Commit

Permalink
fixed github modal not opening on auth click (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshri authored Dec 15, 2021
1 parent 1de9f98 commit 7e9108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/ApplicationDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function ApplicationDetail({ className, name }: Props) {
app={application}
authSuccess={authSuccess}
onAuthClick={() => {
if (provider === "Github") setGithubAuthModalOpen(true);
if (provider === "GitHub") setGithubAuthModalOpen(true);
}}
provider={provider}
/>
Expand Down

0 comments on commit 7e9108e

Please sign in to comment.