for the few with very short nicknames
This commit is contained in:
parent
e2608ad2ce
commit
cb58ff8323
1 changed files with 1 additions and 1 deletions
|
@ -73,4 +73,4 @@ postSignupR = do
|
||||||
|
|
||||||
validateLen :: Text -> Bool
|
validateLen :: Text -> Bool
|
||||||
validateLen a =
|
validateLen a =
|
||||||
(T.length a) > 3
|
(T.length a) > 2
|
||||||
|
|
Loading…
Reference in a new issue