Skip to content

Commit

Permalink
Issue-4300 - Password validation lines are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
berkarslan-xo authored and bdukes committed Nov 13, 2020
1 parent d7f7bcc commit 5e80599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
handler._$meter.width(handler.$element.outerWidth());
handler._$tooltipContent.width(handler.$element.outerWidth() - 20);
}, 50);
this._$meterValue = $('<div><span class="" /><span class="" /><span class="" /><span class="last" /></div>').appendTo(this._$meter);
this._$meterValue = $('<div><span class=""></span><span class=""></span><span class=""></span><span class="last"></span></div>').appendTo(this._$meter);
this._$meterText = $("<label/>").prependTo(this._$meterValue);

this._$tooltipContainer = $('<div class="password-strength-tooltip" />');
Expand Down

0 comments on commit 5e80599

Please sign in to comment.