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