Skip to content

Commit

Permalink
Merge pull request #2361 from turbo124/2025_02_12_adjust_client_porta…
Browse files Browse the repository at this point in the history
…l_domain

Change query param to URI
  • Loading branch information
beganovich authored Feb 12, 2025
2 parents e0b5a2b + d560476 commit 124f8d2
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 124f8d2

Please sign in to comment.