Hi, I’ve copied the quick start guide and have this method to log out
async logout() {
this.$auth.logout({
returnTo: window.location.origin,
clientID: 'XXXXXXXXXX'
});
}
It does nothing and nothign changes, however if i go to my https://lol-stat.eu.auth0.com/v2/logout it works fine. Any ideas? all my URLs are correct on the backend and i don’t have a / at the end.