# File lib/omniauth/strategies/ign.rb, line 27
      def request_phase
        OmniAuth::Form.build(:title => 'IGN Authentication', :header_info=>js) do
          label_field('Identifying you with the IGN server', IDENTIFIER_URL_PARAMETER)
        end.to_response
      end