aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
772 stars 55 forks source link

Needs support for phoenix apps generated with --live #6

Closed aaronrenner closed 4 years ago

aaronrenner commented 4 years ago

Apps generated with --live have a number of differences including not having a app.html.eex.

josevalim commented 4 years ago

We did add a app.html.eex back to --live apps, but the correct is to inject on root.html.leex. So I would check if root.html.leex is there, otherwise fallbaack to app.html.eex. :)