Merge pull request #2672 from jryans/password-validation

Report validity state of all registration fields on any change
This commit is contained in:
J. Ryan Stinnett
2019-02-26 18:20:38 +00:00
committed by GitHub
3 changed files with 46 additions and 23 deletions
+4
View File
@@ -58,6 +58,10 @@ limitations under the License.
background-color: $authpage-body-bg-color;
}
.mx_AuthBody input.error {
color: $warning-color;
}
.mx_AuthBody_editServerDetails {
padding-left: 1em;
font-size: 12px;