let url = new URL(location.href);
url.searchParams.delete("token");
history.pushState({}, "", url.toString());
location.reload();