Add username validation message. Fixes #387 (#428)

This commit is contained in:
Dessalines 2021-09-19 15:33:05 -04:00 committed by GitHub
parent d66931e1c6
commit 0560e9dae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,6 +217,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>