aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
774 stars 56 forks source link

Use current_path instead of reimplementing it #86

Closed josevalim closed 3 years ago

josevalim commented 3 years ago

It also means we will get this fix in Phoenix v1.6: https://github.com/phoenixframework/phoenix/issues/4006

josevalim commented 3 years ago

@aaronrenner did i mess something up? :)

aaronrenner commented 3 years ago

Thanks @josevalim! I just had to re-run the integration tests since they aren't as nice as the new ones in phoenix yet. 😉