Create Docker image for JS Login
This commit is contained in:
@@ -8,5 +8,5 @@ form.addEventListener("submit", (e) => {
|
||||
if (email === "sesame@ouvretoi.com" && password === "topsecret")
|
||||
location.href = "/flag.txt";
|
||||
else
|
||||
alert("Identifiants incorrects, veuillez réessayer !");
|
||||
alert("Invalid credentials, please try again!");
|
||||
})
|
||||
Reference in New Issue
Block a user