Skip to content

Commit 8a19461

Browse files
committed
feat(JS): add alert
1 parent bde958a commit 8a19461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tryAgainBtn.style.display = "none";
9393

9494
sendToUserInboxBtn.addEventListener("click", () => {
9595
if (userEmail.value !== "") {
96-
console.log("email sent");
96+
alert("an email has been sent to your inbox");
9797
}
9898
})
9999

0 commit comments

Comments
 (0)