summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-25 14:00:07 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-25 14:00:07 -0400
commitdd18b98b0b8c6dfd3011e527367844e8af920edb (patch)
tree3f4805e485da91203546a1a61364bed4d5389565 /webapp/components/login
parente9d1289fb0c9a65ca53904dc424a7fb5a5b9b1a9 (diff)
downloadchat-dd18b98b0b8c6dfd3011e527367844e8af920edb.tar.gz
chat-dd18b98b0b8c6dfd3011e527367844e8af920edb.tar.bz2
chat-dd18b98b0b8c6dfd3011e527367844e8af920edb.zip
Removed all password trimming (#3109)
Diffstat (limited to 'webapp/components/login')
-rw-r--r--webapp/components/login/login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx
index fa86adaed..aeadec910 100644
--- a/webapp/components/login/login.jsx
+++ b/webapp/components/login/login.jsx
@@ -53,7 +53,7 @@ export default class Login extends React.Component {
e.preventDefault();
const loginId = this.state.loginId.trim();
- const password = this.state.password.trim();
+ const password = this.state.password;
if (global.window.mm_config.EnableMultifactorAuthentication === 'true') {
Client.checkMfa(