summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-21 09:59:38 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-21 09:59:38 -0500
commit868eece9879131e9f2093a0e858533c9df76b55c (patch)
tree5117de60eb860c6328a0e4a1dd4404a89252364b /web/react/utils/constants.jsx
parent2fdfdaeff7a0bf29fd21eec6d4f48abe579d5048 (diff)
parent76f000056512d323febeb6c941e43efb438030ba (diff)
downloadchat-868eece9879131e9f2093a0e858533c9df76b55c.tar.gz
chat-868eece9879131e9f2093a0e858533c9df76b55c.tar.bz2
chat-868eece9879131e9f2093a0e858533c9df76b55c.zip
Merge pull request #1927 from rgarmsen2295/plt-1668
PLT-1668 Removes duplicate short username error message
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index d0f34293f..5d6aa9329 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -453,5 +453,9 @@ export default {
description: 'Show preview snippet of links below message'
}
},
- OVERLAY_TIME_DELAY: 400
+ OVERLAY_TIME_DELAY: 400,
+ MIN_USERNAME_LENGTH: 3,
+ MAX_USERNAME_LENGTH: 15,
+ MIN_PASSWORD_LENGTH: 5,
+ MAX_PASSWORD_LENGTH: 50
};