diff --git a/piston/static/js/register.js b/piston/static/js/register.js index 1d82659..bf0a961 100644 --- a/piston/static/js/register.js +++ b/piston/static/js/register.js @@ -45,12 +45,14 @@ function onSubmit(e) { document.querySelector(".approval-form").submit(); }).catch((e) => { var exception = Raven.captureException(e); + exception.showReportDialog(); console.log(e, exception); }); }); } }).catch((e) => { var exception = Raven.captureException(e); + exception.showReportDialog(); console.log(e, exception); }); }