mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.27k stars 88 forks source link

Use default from address of parent when default_from_address is nil #198

Closed yenshirak closed 8 months ago

yenshirak commented 8 months ago

I think it makes sense to use the default from address of the parent to avoid duplication. I think this isn't a breaking change because it made no sense to set the option nil before.

mikker commented 8 months ago

Thank you!