Skip to content

Commit

Permalink
Fix account url
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Dec 9, 2024
1 parent 3044d16 commit 3e1791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export function ContextualizedApp() {
<Typography variant="body1">
{(()=>{

const url = `${issuerUri}/admin/${realm}/console`;
const url = `${new URL(issuerUri).origin}/admin/${realm}/console`;

return (
<Link
Expand Down

0 comments on commit 3e1791a

Please sign in to comment.