[FIX] 2FA login in a server with LDAP enabled (#612)

This commit is contained in:
Diego Mello 2019-02-07 18:27:37 -02:00 committed by GitHub
parent e5930cc0fe
commit 833bf1e706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ const RocketChat = {
if (code) {
params = {
...params,
user,
password,
code
};
}