Jump to content
McKay Development

mobile phone


Guest Ino

Recommended Posts

i use this but i get false in answer , not object

client.getSteamGuardDetails( info => {
  console.log(info)
})

// info == false

i think answer is this

---

client.getSteamGuardDetails( (enabled , enabledTime, machineTime , canTrade, twoFactorTime, hasPhone ) => {
  console.log(hasPhone)
})
Edited by Ino
Link to comment
Share on other sites

 

i use this but i get false in answer , not object

client.getSteamGuardDetails( info => {
  console.log(info)
})

// info == false

i think answer is this

---

client.getSteamGuardDetails( (enabled , enabledTime, machineTime , canTrade, twoFactorTime, hasPhone ) => {
  console.log(hasPhone)
})

that is what you surposed to do .... you only put 1 callback function and it automatically is the first callback (steamguard activated or no)

Edited by xLeeJYx
Link to comment
Share on other sites

that is what you surposed to do .... you only put 1 callback function and it automatically is the first callback (steamguard activated or no)

I need to know about mobile phone number , not steamguard

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...