The code to login on steam with accountName and password seem broken few hours ago, now we can not login.
Could you please guide us how to make this work ?
Our package information and login code. We can surely username and password is correct
"globaloffensive": "^2.3.0",
"steam-tradeoffer-manager": "^2.10.6",
"steam-user": "^4.29.2",
"steamcommunity": "^3.46.1",
"steam-session": "^1.3.2"
let client = new SteamUser();
let logOnOptions: LogOnOptions = {
accountName: Constants.STEAM_USERNAME,
password: Constants.STEAM_PASSWORD,
twoFactorCode: SteamTotp.getAuthCode(Constants.SHARED_SECRET),
rememberPassword: false,
};
client.logOn(logOnOptions);