Fix SMS problems, resync SteamAuth

This commit is contained in:
JustArchi
2015-12-12 06:54:25 +01:00
parent 49fc908f0f
commit d526c6c1ce
3 changed files with 13 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ namespace SteamAuth
});
cookies.Add(new Cookie("Steam_Language", "english", "/", ".steamcommunity.com"));
cookies.Add(new Cookie("dob", "", "/", ".steamcommunity.com"));
cookies.Add(new Cookie("sessionid", this.SessionID, "/", ".steamcommunity.com"));
}
}
}