diff --git a/index.js b/index.js index 0295f41..15362b8 100644 --- a/index.js +++ b/index.js @@ -96,9 +96,9 @@ async function postCode() { }); const login_arguments = { + token: token, username: username, password: password, - token: token, protocol: protocol, hostname: hostname, port: port,