aaronrenner / phx_gen_auth

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

Update confirmation flashes with variable #102

Closed jrdnull closed 3 years ago

jrdnull commented 3 years ago

Replace hard coded "Account" with <%= schema.human_singular %>.

aaronrenner commented 3 years ago

Thanks for finding this and submitting a PR @jrdnull! :tada:

If you want to make this same PR to phoenix master, I'd be happy to merge it.