# File lib/omniauth/strategies/github.rb, line 50
      def email
        (email_access_allowed?) ? primary_email : raw_info['email']
      end