fix login/register page stuff
This commit is contained in:
parent
837e9b01ee
commit
919dfa480d
2 changed files with 11 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue