fix build

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-28 08:57:19 +08:00
parent 988d8dc32c
commit 461aa622f8
2 changed files with 4 additions and 4 deletions

View File

@@ -1635,8 +1635,8 @@ class FFI {
bool remember) {
bind.sessionLogin(
id: id,
os_username: osUsername,
os_password: osPassword,
osUsername: osUsername,
osPassword: osPassword,
password: password,
remember: remember);
}