Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

ParseFacebookUtils.isLinked is returning true after that link process has failed #24

Open
ClarkXP opened this issue May 30, 2017 · 0 comments

Comments

@ClarkXP
Copy link

ClarkXP commented May 30, 2017

The case is the following:

  • I have an facebook (a@some.com) account linked in Parse.
  • With other account (logged with email, b@some.com) I try to link with the first account.
  • isLinked method return false before to try the link proccess.
  • Parse return the error: "this auth is already used"
  • isLinked method now return true, although the process has failed
  • In Parse-server the authData field never is touched (User model)

To restore the correct status of the email account, I have to log out and log in again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant