Commit fa49fbee authored by JC Brand's avatar JC Brand

Remove 'Connecting' message if login fails.

parent 2749957d
......@@ -2541,7 +2541,7 @@
this.registerpanel.render().$el.hide();
}
this.initDragResize();
if ($feedback.length) {
if ($feedback.length && $feedback.text() !== __('Connecting')) {
this.$('.conn-feedback').replaceWith($feedback);
}
return this;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment