fix class name
This commit is contained in:
@@ -15,7 +15,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
window.location.href = '/';
|
window.location.href = '/';
|
||||||
});
|
});
|
||||||
|
|
||||||
document.querySelector(".form-info").addEventListener("submit", async (e) => {
|
document.querySelector(".form-connect").addEventListener("submit", async (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
const guestData = {
|
const guestData = {
|
||||||
|
|||||||
Reference in New Issue
Block a user