You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the repository for duplicate issues.
What feature do you want to see added?
I want the feature that resets parental controls via email to work.
Why do you want to have this feature?
It was a useful feature to reset parental controls quickly.
Any other details to share? (OPTIONAL)
currently, when I try to add a recovery email to parental controls on 3DS it connects to https://account.pretendo.cc/v1/api/support/validate/email with the POST body value email successfully with status code 200 then it tries to send a confirmation mail via https://account.pretendo.cc/v1/api/support/send_confirmation/pin/[email]
also sending those headers in HTTP request
But it gives 404 since its not implemented https://account.pretendo.cc/v1/api/support/send_confirmation/pin/[email]/[id] also gives 404 when I click I frogot pin
The text was updated successfully, but these errors were encountered:
Checked Existing
What feature do you want to see added?
I want the feature that resets parental controls via email to work.
Why do you want to have this feature?
It was a useful feature to reset parental controls quickly.
Any other details to share? (OPTIONAL)
currently, when I try to add a recovery email to parental controls on 3DS it connects to
https://account.pretendo.cc/v1/api/support/validate/email
with the POST body value email successfully with status code 200 then it tries to send a confirmation mail viahttps://account.pretendo.cc/v1/api/support/send_confirmation/pin/[email]
also sending those headers in HTTP request
But it gives 404 since its not implemented
https://account.pretendo.cc/v1/api/support/send_confirmation/pin/[email]/[id]
also gives 404 when I click I frogot pinThe text was updated successfully, but these errors were encountered: