This commit is contained in:
SubTeno 2022-10-16 03:56:33 +00:00
parent b3342f848a
commit 30c65c96a6

View file

@ -483,7 +483,7 @@ export default {
},
async mounted() {
if (Object.keys(this.$route.query).length > 0) this.$router.replace({ query: {} });
this.customInstances = JSON.parse(localStorage.custominstances);
this.customInstances = JSON.parse(localStorage.getItem("custominstances"));
this.fetchJson("https://piped-instances.kavin.rocks/").then(resp => {
this.instances = resp;
if (this.customInstances != null) {