Hi, if an account tries to log in with a social id...
# talk-kratos
b
Hi, if an account tries to log in with a social identity provider and the account is not linked I get this error:
An account with the same identifier (email, phone, username, ...) exists already. Please sign in to your existing account and link your social profile in the settings page.
. This is expected. But is there any way for me to figure out what the "matching" email is? According to message_validation.go (https://github.com/ory/kratos/blob/054705b8c6c933d20b8fb45fcb2593a451cee685/text/message_validation.go#L167-L174) the context is nil, but I'm wondering if there are any other ways for me to get hold of the matching email