test
This commit is contained in:
2
scripts/register.js
Normal file → Executable file
2
scripts/register.js
Normal file → Executable file
@@ -63,7 +63,7 @@ document.getElementById("login-form").addEventListener("submit", async function(
|
||||
`<div class="form-group"><p class="page-paragraph-success">Uspešna registracija! Preusmerjanje na prijavo...</p></div>`
|
||||
);
|
||||
}, 500);
|
||||
window.location.href = "/login.html";
|
||||
window.location.href = "login.html";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user