We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 452312d + cf3241d commit aad9a35Copy full SHA for aad9a35
src/lib/components/user-area/UserArea.svelte
@@ -21,7 +21,7 @@
21
22
$: ({
23
signOut: onSignOut = function onSignOut() {
24
- const locationHref = `${window.location.origin}${window.location.pathname}`
+ const locationHref = `${window.location.origin}`
25
window.location.href = `${AUTH0_AUTHENTICATOR_URL}?logout=true&retUrl=${encodeURIComponent(locationHref)}`;
26
},
27
ready: isReady,
0 commit comments