summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_password_page.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-10-11 22:28:45 +0200
committerFlorian Orben <florian.orben@gmail.com>2015-10-12 23:24:16 +0200
commit69a7363990461fd84c744d4e16021490fe793876 (patch)
treef991fca2bc78468753cdb4cc05ce0e722e6237e5 /web/react/components/team_signup_password_page.jsx
parent191e248b0fbe833c0c52e1e6145f4d19b4c3a7b6 (diff)
downloadchat-69a7363990461fd84c744d4e16021490fe793876.tar.gz
chat-69a7363990461fd84c744d4e16021490fe793876.tar.bz2
chat-69a7363990461fd84c744d4e16021490fe793876.zip
PLT-486: Remove spell check feature from input boxes during signup flow
Add spellcheck="false" attribute to login and signup form inputs
Diffstat (limited to 'web/react/components/team_signup_password_page.jsx')
-rw-r--r--web/react/components/team_signup_password_page.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/team_signup_password_page.jsx b/web/react/components/team_signup_password_page.jsx
index dce8105ca..01f961332 100644
--- a/web/react/components/team_signup_password_page.jsx
+++ b/web/react/components/team_signup_password_page.jsx
@@ -109,6 +109,7 @@ export default class TeamSignupPasswordPage extends React.Component {
className='form-control'
placeholder=''
maxLength='128'
+ spellCheck='false'
/>
<div className='color--light form__hint'>Passwords must contain 5 to 50 characters. Your password will be strongest if it contains a mix of symbols, numbers, and upper and lowercase characters.</div>
</div>