[FIX] Crowd login (#1381)

This commit is contained in:
Diego Mello 2019-11-13 13:02:36 -03:00 committed by GitHub
parent 40ae78c83f
commit 11e1778f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -284,7 +284,8 @@ const RocketChat = {
}; };
} else if (state.settings.CROWD_Enable) { } else if (state.settings.CROWD_Enable) {
params = { params = {
...params, username: user,
crowdPassword: password,
crowd: true crowd: true
}; };
} }