Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 231 forks source link

Add content-type header to user authorization url to fix Rack LintError #130

Closed jdiprete closed 9 years ago

jdiprete commented 9 years ago

This fixes the Rack error Rack::Lint::LintError you get when you redirect to an importer from /contacts/:importer.

This was previously fixed by pull request #34, but the content-type header later got removed in #88.