Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown email sender config #225

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Remove extra whitespace
  • Loading branch information
Dakota-Schramm committed May 3, 2024
commit c999b647e63cf6d003e98c2a207faa68e7fed071
2 changes: 1 addition & 1 deletion lib/passwordless/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Configuration
Mailer.sign_in(session, session.token).deliver_now
end
)

option :paranoid, default: false
option :send_paranoid_email, default: false

Expand Down