Skip to content
Snippets Groups Projects
Commit 126ef1f9 authored by David Sikter's avatar David Sikter
Browse files

Bugfix: need to add path to ensure cookie deletion

parent ff9df153
Branches
Tags
1 merge request!609Resolve "Cookie-based authentication"
...@@ -572,7 +572,7 @@ export const onKeycloakEvent = (keycloak) => { ...@@ -572,7 +572,7 @@ export const onKeycloakEvent = (keycloak) => {
}) })
} else { } else {
// Not authenticated. Remove the cookie. // Not authenticated. Remove the cookie.
cookies.remove('Authorization') cookies.remove('Authorization', {path: path})
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment