Hello I really love phoenix 1.8 and I think the new magic link generator is great but I find the remember me function unintuitive. I have found this simple solution that copies the style of login/pass.
I will change my controller to use this way.
Hello I really love phoenix 1.8 and I think the new magic link generator is great but I find the remember me function unintuitive. I have found this simple solution that copies the style of login/pass.
I will change my controller to use this way.
Hey @boriscy,
we already changed how the remember me looks like, but it’s not yet released:
The generic flow is the same, but it’s separate buttons now.
Of course, you can freely adjust the code phx.gen.auth generates, so any changes you do are alright!
Thanks for the update. I have changed to the more classical way where you mark the checkbox. I think it’s simpler.