Skip to content

Commit

Permalink
Update signin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 24, 2023
1 parent e0ad68a commit 5d4905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const auth = getAuth();

console.log("signin.js loaded")

document.getElementById("login_form").addEventListener("submit", async function (e) {
document.getElementById("main_form").addEventListener("submit", async function (e) {
e.preventDefault();

//var username = document.getElementById("username").value;
Expand Down

0 comments on commit 5d4905e

Please sign in to comment.