mikker / passwordless

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

Fix issue with `form_with` from Rails #194

Closed henrikbjorn closed 6 months ago

henrikbjorn commented 6 months ago

https://github.com/rails/rails/pull/49943

form_with cannot have model: nil anymore. Make sure to set @session if no authenticable can be found.

mikker commented 6 months ago

Good catch!