Skip to content

Commit

Permalink
fix url to logout (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunnerud authored Dec 10, 2024
1 parent 237bcb1 commit 462e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/urlUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export const getHostUrl = (): string => {
};

export const getLogoutUrl = (): string => {
return `${getHostUrl()}/ui/Authentication/Logout`;
return `https://${getHostUrl()}/ui/Authentication/Logout`;
};

0 comments on commit 462e282

Please sign in to comment.