Joel Schneider
Results
2
issues of
Joel Schneider
Update `default_sender` logic to mirror the [Rails `compute_default` method.](https://github.com/rails/rails/blob/9e66e5d027f32b2dc3b695471e9b99f214af3f0f/actionmailer/lib/action_mailer/base.rb#L913-L921) The existing code uses `instance_eval` which always passes `self` in as the first argument. The examples in the Rails guides and...
If there is a validation error on the user model, it can lead to some unpredictable 2FA behavior. For example, the `send_new_otp` method will send a new OTP code to...