mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-19 19:06:56 +08:00
Delete _identitySecret if we have it when we stop polling
This commit is contained in:
parent
a50bd35a54
commit
deeeb633cf
@ -189,6 +189,10 @@ SteamCommunity.prototype.stopConfirmationChecker = function() {
|
||||
delete this._confirmationPollInterval;
|
||||
}
|
||||
|
||||
if(this._identitySecret) {
|
||||
delete this._identitySecret;
|
||||
}
|
||||
|
||||
if(this._confirmationTimer) {
|
||||
clearTimeout(this._confirmationTimer);
|
||||
delete this._confirmationTimer;
|
||||
|
Loading…
Reference in New Issue
Block a user