Jump to content
McKay Development

steamguardcode needed


Muszek

Recommended Posts

It's not working for me, i want to make an app that'll send an sms with my steamguard code when i try to log in exactly like steam mobile app. 

I tried it like this:
 

client.on('steamGuard', function (domain, callback, lastCodeWrong) {
    if(!domain)console.log("We need a 2fa code bro");
    if (lastCodeWrong)console.log("Last code was wrong");
    console.log("Steam Guard code needed from email ending in " + domain);
});

but when i try to log in by steam desktop client nothing happens

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...