Revert "Update signup.tsx (#525)" (#541)

This reverts commit df79492c4d.
This commit is contained in:
Dessalines 2022-01-06 12:40:57 -05:00 committed by GitHub
parent 89c68a8478
commit 9abe811021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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