Create Docker image for JS Login

This commit is contained in:
2025-01-31 12:05:38 +01:00
parent a177bec498
commit fd6123e72c
5 changed files with 29 additions and 2 deletions

View File

@@ -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!");
})