Update signup.tsx (#525)

This commit is contained in:
Kradyz 2021-12-15 16:19:20 +01:00 committed by GitHub
parent c7a0741978
commit df79492c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ export class Signup extends Component<any, State> {
onInput={linkEvent(this, this.handleRegisterUsernameChange)} onInput={linkEvent(this, this.handleRegisterUsernameChange)}
required required
minLength={3} minLength={3}
pattern="[a-zA-Z0-9_]+" pattern="[a-z0-9_]+"
title={i18n.t("community_reqs")} title={i18n.t("community_reqs")}
/> />
</div> </div>