diff --git a/site/src/views/History.vue b/site/src/views/History.vue index 60cd226..49252ef 100644 --- a/site/src/views/History.vue +++ b/site/src/views/History.vue @@ -153,7 +153,7 @@ export default { this.updateQuery(); }, resetGuild() { - history.replaceState(null, null, `/`); + window.location.search = ""; this.$emit(`set-guild`, null); this.$emit(`change-state`, `login`);