You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="invalid-feedback">{% if errors.open %}{{ errors.open }}{% else %}Either open or not.{% endif %}</div>
70
+
<divclass="invalid-feedback {% if errors.open %}display-until-validated{% endif %}">{% if errors.open %}{{ errors.open }}{% else %}Either open or not.{% endif %}</div>
71
71
<divclass="feature-doc">
72
72
<p>Your network can be <em>Open</em> (anybody can join it) or ask <em>clients</em> to supply a passphrase to join (only the first time).</p>
73
73
<p>Your device has a fixed WiFi <em>clients</em> capacity so it's a good idea to set a passphrase if you want to restrict its access.</p>
<divclass="invalid-feedback">{% if errors.passphrase %}{{ errors.passphrase }}{% else %}Must be 8 to 63 chars long. Common latin chars and symbols.{% endif %}</div>
85
+
<divclass="invalid-feedback {% if errors.passphrase %}display-until-validated{% endif %}">{% if errors.passphrase %}{{ errors.passphrase }}{% else %}Must be 8 to 63 chars long. Common latin chars and symbols.{% endif %}</div>
86
86
</div>
87
87
<divclass="feature-doc">
88
88
<p>Passphrase must be at least 8 latin characters long</p>
0 commit comments