Skip to content

Commit

Permalink
Update signup.tsx (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kradyz authored Dec 15, 2021
1 parent c7a0741 commit df79492
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 @@ -144,7 +144,7 @@ export class Signup extends Component<any, State> {
onInput={linkEvent(this, this.handleRegisterUsernameChange)}
required
minLength={3}
pattern="[a-zA-Z0-9_]+"
pattern="[a-z0-9_]+"
title={i18n.t("community_reqs")}
/>
</div>
Expand Down

0 comments on commit df79492

Please sign in to comment.