rosyy Posted September 24, 2021 Report Posted September 24, 2021 I am making a code that confirms the change of email on accounts. Now I am using SteamCommunity.startConfirmationChecker, it works but I need to optimize the code and not use the checker and confirm only once. I know that the checker is already out of date, but unfortunately I could not find an alternative myself in order to perform only one confirmation. Any help would be welcome. Quote
Dr. McKay Posted September 25, 2021 Report Posted September 25, 2021 Use getConfirmations to get your account's pending confirmations, and either use respondToConfirmation or call respond on the confirmation object itself. Quote
rosyy Posted September 25, 2021 Author Report Posted September 25, 2021 10 hours ago, Dr. McKay said: Use getConfirmations to get your account's pending confirmations, and either use respondToConfirmation or call respond on the confirmation object itself. Thanks for the quick response and for your work! 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.