Merge branch 'password-confirm-fix' into 'develop'

RegistrationForm: validate password mismatch

See merge request soapbox-pub/soapbox-fe!862
This commit is contained in:
Alex Gleason 2021-11-08 22:17:58 +00:00
commit f51f3309a2
4 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,6 @@ exports[`<Checkbox /> renders correctly 1`] = `
>
<input
type="checkbox"
value={true}
/>
</div>
`;

Binary file not shown.

View file

@ -371,13 +371,13 @@ code {
select {
border-color: lighten($error-red, 12%);
}
}
.error {
display: block;
font-weight: 500;
color: lighten($error-red, 12%);
margin-top: 4px;
}
.error {
display: block;
font-weight: 500;
color: lighten($error-red, 12%);
margin-top: 4px;
}
.input.disabled {