mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-02-21 00:50:30 +08:00
removes extra loginfriendlyname
This commit is contained in:
parent
fc75036974
commit
2526539266
1
index.js
1
index.js
@ -78,7 +78,6 @@ SteamCommunity.prototype.login = function(details, callback) {
|
||||
"captchagid": self._captchaGid,
|
||||
"emailauth": details.authCode || "",
|
||||
"emailsteamid": "",
|
||||
"loginfriendlyname": "",
|
||||
"password": hex2b64(key.encrypt(details.password)),
|
||||
"remember_login": "true",
|
||||
"rsatimestamp": json.timestamp,
|
||||
|
Loading…
Reference in New Issue
Block a user