Skip to content

Commit

Permalink
Merge Update logout url #299
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov authored Nov 8, 2022
2 parents aa23587 + a22f128 commit ed16c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientApp/src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function Layout(props) {
};

async function handleLogout() {
const response = await fetch("/login/sls/auth?cmd=logout");
const response = await fetch("/ewsboda");
if (response.ok) {
history.push("/");
window.location.reload();
Expand Down

0 comments on commit ed16c33

Please sign in to comment.