0
0
Fork 0

Fix the reset from removing all of the path

This commit is contained in:
Oliver-Akins 2022-01-05 17:11:27 -07:00
parent 60b82263b7
commit 9b2d12eb64

View file

@ -153,7 +153,7 @@ export default {
this.updateQuery(); this.updateQuery();
}, },
resetGuild() { resetGuild() {
history.replaceState(null, null, `/`); window.location.search = "";
this.$emit(`set-guild`, null); this.$emit(`set-guild`, null);
this.$emit(`change-state`, `login`); this.$emit(`change-state`, `login`);