mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
Add username validation message. Fixes #387
This commit is contained in:
parent
bf93e29f4c
commit
e8d3812aff
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ export class Login extends Component<any, State> {
|
|||
required
|
||||
minLength={3}
|
||||
pattern="[a-zA-Z0-9_]+"
|
||||
title={i18n.t("community_reqs")}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue