removes extra loginfriendlyname

This commit is contained in:
Sean Walsh 2015-12-01 21:41:30 -08:00
parent fc75036974
commit 2526539266

View File

@ -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,