General cleanup

This commit is contained in:
Omar Roth
2018-04-28 09:27:05 -05:00
parent d753e52680
commit 6a7d19163e
2 changed files with 13 additions and 13 deletions

View File

@@ -531,7 +531,7 @@ def login_req(login_form, f_req)
"flowEntry" => "ServiceLogin",
}
data = data.merge(login_form)
data = login_form.merge(data)
return HTTP::Params.encode(data)
end