Added auth for private servers #7
2
index.js
2
index.js
@ -96,9 +96,9 @@ async function postCode() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const login_arguments = {
|
const login_arguments = {
|
||||||
|
token: token,
|
||||||
username: username,
|
username: username,
|
||||||
password: password,
|
password: password,
|
||||||
token: token,
|
|
||||||
protocol: protocol,
|
protocol: protocol,
|
||||||
hostname: hostname,
|
hostname: hostname,
|
||||||
port: port,
|
port: port,
|
||||||
|
Reference in New Issue
Block a user