mikker / passwordless

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

Add support for Turbo Native #192

Open lazyorcas opened 11 months ago

lazyorcas commented 11 months ago

I think because data: { turbo: false } is in both sessions/new.html.erb and sessions/show.html.erb.

mikker commented 11 months ago

Well tested PRs welcome.

bcasci commented 2 months ago

@lazyorcas Have you tried to customize the default views? That might solve your problem.