Add some more account actions,
Add return types,
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function login() {
|
||||
var email = document.getElementById("email").value;
|
||||
var password = document.getElementById("password").value;
|
||||
const email = document.getElementById("email").value;
|
||||
const password = document.getElementById("password").value;
|
||||
|
||||
// Assuming you use fetch API to send data to the server
|
||||
fetch('https://home.adlerka.top/account', {
|
||||
|
Reference in New Issue
Block a user