From 252653926665505317a064b1448491974b1a82f8 Mon Sep 17 00:00:00 2001 From: Sean Walsh Date: Tue, 1 Dec 2015 21:41:30 -0800 Subject: [PATCH] removes extra loginfriendlyname --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 85ef71a..0fac6ed 100644 --- a/index.js +++ b/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,