Being able to edit a timeline item fully working as currently tested.
Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ document.querySelector("#login form").addEventListener("submit", e =>
|
||||
{
|
||||
method: "POST",
|
||||
body: loginData
|
||||
}).then(res => res.json()).then(json =>
|
||||
}).then(res => res.json().then(json =>
|
||||
{
|
||||
if (res.ok)
|
||||
{
|
||||
@@ -53,7 +53,7 @@ document.querySelector("#login form").addEventListener("submit", e =>
|
||||
return;
|
||||
}
|
||||
showErrorMessage("Invalid username or password.", "login");
|
||||
});
|
||||
}));
|
||||
return;
|
||||
}
|
||||
showErrorMessage("Please type in a username and password.", "login");
|
||||
|
||||
Reference in New Issue
Block a user