diff --git a/public/verify-code-number.html b/public/verify-code-number.html index 32db0a0..403eddf 100644 --- a/public/verify-code-number.html +++ b/public/verify-code-number.html @@ -25,10 +25,8 @@
- - + +
@@ -98,7 +96,9 @@ }, error: function(data) { $('.alert').html(data.responseJSON.error); - $('.alert').show();} + $('.alert').show(); + //console.log('wrong code'); + } }); }) })