Don't login automatically, allow multiple accounts to be added
This commit is contained in:
parent
1e1bab23e9
commit
94141db483
|
@ -33,9 +33,6 @@ function Login() {
|
|||
const res = await fetch(instancesListURL);
|
||||
const data = await res.json();
|
||||
setInstancesList(data);
|
||||
|
||||
// Automatically just login to DTTHDon
|
||||
submitInstance("gts.dtth.ch")
|
||||
} catch (e) {
|
||||
// Silently fail
|
||||
console.error(e);
|
||||
|
|
Loading…
Reference in a new issue