[FIX] 2FA login in a server with LDAP enabled (#612)
This commit is contained in:
parent
e5930cc0fe
commit
833bf1e706
|
@ -282,7 +282,8 @@ const RocketChat = {
|
|||
|
||||
if (code) {
|
||||
params = {
|
||||
...params,
|
||||
user,
|
||||
password,
|
||||
code
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue