Skip to content

Commit

Permalink
fix(Support): fix sign-in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed Apr 27, 2024
1 parent 94a16d0 commit 0af7074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/support/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const SupportCenterNavbar: React.FC<{}> = () => {
className="h-10 !w-52"
color="blue"
as={Link}
href={AuthHelper.generateLoginURL('/support')}
href={AuthHelper.generateLoginURL()}
size="small"
basic
>
Expand Down

0 comments on commit 0af7074

Please sign in to comment.