Andréas Kündig
Andréas Kündig
I managed to make things work for me with this workaround: I subclass the SessionsController and override the create method: ``` ruby class MyPasswordlessSessionsController < Passwordless::SessionsController def create # same...
Thanks for merging it ! One thing I don't understand though is where you want me to put my translation ? > 1. Removed the locale file (I don't want...
I have the same problem on windows 11. If run dos2unix on pyproject.toml, then everything works, so a dumb workaround would be to configure git to keep pyproject.toml in unix...
Ignoring custom validators for empty fields that are not required was deliberately added because someone considered a problem: https://github.com/1000hz/bootstrap-validator/issues/214 I also find it unfortunate.