Skip to content

Commit

Permalink
Revert "Update signup.tsx (#525)"
Browse files Browse the repository at this point in the history
This reverts commit df79492.
  • Loading branch information
dessalines authored Jan 6, 2022
1 parent 89c68a8 commit d0164e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/home/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d0164e4

Please sign in to comment.