Don't login automatically, allow multiple accounts to be added

This commit is contained in:
Natsu Kagami 2023-07-16 15:50:51 +02:00
parent d9ae2eb79c
commit ee7d5e3049
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -33,9 +33,6 @@ function Login() {
const res = await fetch(instancesListURL); const res = await fetch(instancesListURL);
const data = await res.json(); const data = await res.json();
setInstancesList(data); setInstancesList(data);
// Automatically just login to DTTHDon
submitInstance("gts.dtth.ch")
} catch (e) { } catch (e) {
// Silently fail // Silently fail
console.error(e); console.error(e);