Skip to content

Commit

Permalink
Update authMiddleware.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Mar 4, 2024
1 parent 7e183ea commit 3156d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/middleware/authMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,5 +341,5 @@ export async function urlForKeycloakAccountPage() {
const client = await getKeycloakClient();
const endsessionUrl = client.endSessionUrl();
const host = new URL(endsessionUrl).host;
return `https://${host}${realmpath}/account`;
return `https://${host}${realmPath}/account`;
}

0 comments on commit 3156d98

Please sign in to comment.