ToXaHo Posted December 16, 2017 Report Posted December 16, 2017 my code this.client.changeEmail({password: "example", email: '[email protected]'}, (err, needsSmsCode) => { }); Quote
ToXaHo Posted December 17, 2017 Author Report Posted December 17, 2017 newEmail, not email. this.client.changeEmail({password: "example", newEmail: "[email protected]"}, (err, needsSmsCode) => { }); It does not return anything Quote
xLeeJYx Posted December 17, 2017 Report Posted December 17, 2017 this.client.changeEmail({password: "example", newEmail: "[email protected]"}, (err, needsSmsCode) => { }); It does not return anything callback bro. You didnt do anything Quote
ToXaHo Posted December 17, 2017 Author Report Posted December 17, 2017 callback bro. You didnt do anything this.client.changeEmail({password: "example", newEmail: "[email protected]"}, (err, needsSmsCode) => { console.log(err); console.log(needsSmsCode); }); Nothing gives me, can you give more working code? Quote
xLeeJYx Posted December 19, 2017 Report Posted December 19, 2017 https://github.com/DoctorMcKay/node-steam-user#changeemailoptions-callback you need the code sent to your email Quote
ToXaHo Posted December 19, 2017 Author Report Posted December 19, 2017 https://github.com/DoctorMcKay/node-steam-user#changeemailoptions-callback you need the code sent to your email How can I get it, if nothing comes? Quote
xLeeJYx Posted December 20, 2017 Report Posted December 20, 2017 How can I get it, if nothing comes?you should get it in a few minutes once the function is executed. im just curious if you are logged in when you use this function Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.