Reworked the login arguments again.
This commit is contained in:
@@ -96,13 +96,13 @@ async function postCode() {
|
||||
});
|
||||
|
||||
const login_arguments = {
|
||||
username: username,
|
||||
password: password,
|
||||
token: token,
|
||||
protocol: protocol,
|
||||
hostname: hostname,
|
||||
port: port,
|
||||
path: path,
|
||||
username: "NameVergessen",
|
||||
password: password,
|
||||
};
|
||||
|
||||
core.info("login_arguments:");
|
||||
|
||||
Reference in New Issue
Block a user