diff --git a/js/views/standalone_registration_view.js b/js/views/standalone_registration_view.js index b3cbb94d8..8cbeec69e 100644 --- a/js/views/standalone_registration_view.js +++ b/js/views/standalone_registration_view.js @@ -18,6 +18,7 @@ } this.render(); this.phoneView = new Whisper.PhoneInputView({el: this.$('#phone-number-input')}); + this.$('#error').hide(); }, events: { 'submit #form': 'submit',