ToXaHo Posted December 16, 2017 Report Posted December 16, 2017 my codethis.client.changeEmail({password: "example", email: 'example@gmail.ru'}, (err, needsSmsCode) => { }); Quote
ToXaHo Posted December 17, 2017 Author Report Posted December 17, 2017 On 12/16/2017 at 9:46 PM, Dr. McKay said: newEmail, not email.this.client.changeEmail({password: "example", newEmail: "example@gmail.ru"}, (err, needsSmsCode) => { });It does not return anything Quote
xLeeJYx Posted December 17, 2017 Report Posted December 17, 2017 On 12/17/2017 at 7:03 AM, ToXaHo said: this.client.changeEmail({password: "example", newEmail: "example@gmail.ru"}, (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 On 12/17/2017 at 7:39 AM, xLeeJYx said: callback bro. You didnt do anythingthis.client.changeEmail({password: "example", newEmail: "example@gmail.ru"}, (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 On 12/19/2017 at 3:59 AM, xLeeJYx said: 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 On 12/19/2017 at 5:09 AM, ToXaHo said: 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.