abevoelker / devise-passwordless

Devise passwordless logins using emailed magic links
MIT License
201 stars 37 forks source link

Add upgrade note about having to remove mailer require #35

Closed DEfusion closed 1 year ago

DEfusion commented 1 year ago

Adds upgrade note about removing mailer require which was causing uninitialized constant Devise::Mailer error.

Fix #34

abevoelker commented 1 year ago

Thank you for your contribution and apologies for the oversight!