fix login/register page stuff

This commit is contained in:
MathMan05 2024-12-23 13:12:09 -06:00
parent 837e9b01ee
commit 919dfa480d
2 changed files with 11 additions and 4 deletions

View file

@ -84,8 +84,6 @@ if (instancein) {
} else {
(instancein as HTMLInputElement).value = json.wellknown;
}
} else {
checkInstance("https://spacebar.chat/");
}
}
@ -224,7 +222,7 @@ if (switchurl) {
console.log(instance);
if (instance) {
instancein.value = instance;
checkInstance("");
//checkInstance("");
}
}
trimswitcher();