Add username validation message. Fixes #387

This commit is contained in:
Dessalines 2021-09-18 19:21:59 -04:00
parent bf93e29f4c
commit e8d3812aff

View file

@ -188,6 +188,7 @@ export class Login extends Component<any, State> {
required required
minLength={3} minLength={3}
pattern="[a-zA-Z0-9_]+" pattern="[a-zA-Z0-9_]+"
title={i18n.t("community_reqs")}
/> />
</div> </div>
</div> </div>