mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-01 09:22:40 +00:00
General cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user