When a user tries to log in with a third-party provider, but his account is not set up for that provider, the user receives an error saying that the account already exists. Instead, we should allow the user to switch his account to that third-party login provider. We can ask the user to reenter his password and replace thirdPartyAuthType with the new provider.
When a user tries to log in with a third-party provider, but his account is not set up for that provider, the user receives an error saying that the account already exists. Instead, we should allow the user to switch his account to that third-party login provider. We can ask the user to reenter his password and replace
thirdPartyAuthType
with the new provider.