The Go90 Scale of Doomed Streaming Services

update copy

Changed files
+2 -2
+2 -2
index.html
··· 352 const handle = document.getElementById("handle").value.trim(); 353 354 if (!handle) { 355 - showError("Please enter your { }"); 356 return; 357 } 358 ··· 420 <div class="card"> 421 <form class="login-form" onsubmit="handleLogin(event)"> 422 <div class="form-group"> 423 - <label for="handle">Handle</label> 424 <qs-actor-autocomplete 425 id="handle" 426 name="handle"
··· 352 const handle = document.getElementById("handle").value.trim(); 353 354 if (!handle) { 355 + showError("Please enter your handle"); 356 return; 357 } 358 ··· 420 <div class="card"> 421 <form class="login-form" onsubmit="handleLogin(event)"> 422 <div class="form-group"> 423 + <label for="handle">AT Protocol Handle</label> 424 <qs-actor-autocomplete 425 id="handle" 426 name="handle"