Initial Commit with files
This commit is contained in:
6
Login Page/scripts.js
Normal file
6
Login Page/scripts.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function login() {
|
||||
const username = document.getElementById("username").value;
|
||||
const password = document.getElementById("password").value;
|
||||
|
||||
//do the auth stuff
|
||||
}
|
||||
Reference in New Issue
Block a user