There was an error while loading. Please reload this page.
1 parent 8276ab8 commit 4ab9a09Copy full SHA for 4ab9a09
plugin.rb
@@ -33,6 +33,7 @@ def after_authenticate(auth_token, existing_account: nil)
33
association = UserAssociatedAccount.find_by(user_id: existing_account.id, provider_name: auth_token[:provider], provider_uid: auth_token[:uid])
34
if association.nil?
35
Rails.logger.info("no associated_account found for this uuid")
36
+ result.email_valid = false
37
end
38
39
0 commit comments