env python 1.0
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
const token = localStorage.getItem("token");
|
||||
if (token) {
|
||||
window.location.href = "./../main/index.html";
|
||||
}
|
||||
document.getElementById('loginForm').addEventListener('submit', async function (e) {
|
||||
e.preventDefault();
|
||||
const email = document.getElementById('email').value;
|
||||
|
||||
Reference in New Issue
Block a user