We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15609b0 commit 617a6e6Copy full SHA for 617a6e6
1 file changed
public/index.js
@@ -133,6 +133,7 @@ sendToUserInbox.addEventListener("click", () => {
133
}).then((response) => {
134
if (response.ok) {
135
console.log("image posted");
136
+ alert("an email has been sent your inbox");
137
return response.json();
138
} else {
139
throw new Error("Failed to post image");
0 commit comments