We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde958a commit 8a19461Copy full SHA for 8a19461
1 file changed
public/index.js
@@ -93,7 +93,7 @@ tryAgainBtn.style.display = "none";
93
94
sendToUserInboxBtn.addEventListener("click", () => {
95
if (userEmail.value !== "") {
96
- console.log("email sent");
+ alert("an email has been sent to your inbox");
97
}
98
})
99
0 commit comments