1

I have set my facebook and twiiter auth credentials, however its throwing a redirect URL error. Is there a way to reset the configuration on telescope and redo the social login set up again. Thanks, Mayank

Mayank
  • 2,333
  • 3
  • 17
  • 23

1 Answers1

4

This should reset your social login setup (from meteor mongo shell):

db.meteor_accounts_loginServiceConfiguration.remove()
Cagdas Can
  • 248
  • 2
  • 7