Skip to content

Commit

Permalink
Changed error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanade authored Apr 2, 2021
1 parent c460517 commit 5c21dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const res = await axios({
}
} catch (err) {
stopLoadingBtnSpinner(submitButton);
alert(err.response.data.message);
console.log(err);
alert(err.response);
};
};

0 comments on commit 5c21dc1

Please sign in to comment.