Skip to content

Commit

Permalink
change query param to URI
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Feb 12, 2025
1 parent e0b5a2b commit d560476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/client-portal/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function Settings() {
<div className="flex flex-col space-y-1">
{isSelfHosted() && (
<CopyToClipboard
text={`${company?.portal_domain}/client/login?company_key=${company?.company_key}`}
text={`${company?.portal_domain}/client/login/${company?.company_key}`}
/>
)}

Expand Down

0 comments on commit d560476

Please sign in to comment.