register progress

This commit is contained in:
2024-09-28 00:07:20 +02:00
parent 10aa258576
commit 66486c3cea
2 changed files with 52 additions and 0 deletions

11
static/js/register.js Normal file
View File

@@ -0,0 +1,11 @@
async function register() {}
function check_username() {}
function check_password() {}
let button = document.getElementById("register");
button.addEventListener("click", () => {
let _ = register();
})