There is some issue when we try to link two providers with the same email account.
E.g
Sign in with google.
Sign out.
Sign in with facebook.
Considering both accounts use the same email only new authentication model should be created for the user with email of google.
That doesn't happen as right now the create method only checks for signed_in_user.
Fixed in this merge request
There is some issue when we try to link two providers with the same email account. E.g
Considering both accounts use the same email only new authentication model should be created for the user with email of google. That doesn't happen as right now the create method only checks for signed_in_user. Fixed in this merge request