Skip to content

Commit

Permalink
Update security-authentication-mechanisms.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 1, 2023
1 parent 507ead0 commit abbf939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const logout= () => {
const removeCookie = `quarkus-credential=; Max-Age=0;path=/`;
document.cookie = removeCookie;
// redirect to main page
window.location.href = "/";
window.location.href = "/";
};
----

Expand Down

0 comments on commit abbf939

Please sign in to comment.