[FIX] Crowd login (#1381)
This commit is contained in:
parent
40ae78c83f
commit
11e1778f77
|
@ -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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue