adonisjs / auth

Official Authentication package for AdonisJS
https://docs.adonisjs.com/guides/auth/introduction
MIT License
191 stars 65 forks source link

fix: template should use correct table name for `user-provider-database.txt` #162

Closed TemaSM closed 3 years ago

TemaSM commented 3 years ago

Proposed changes

Current template of config in partial user-provider-database.txt uses inappropriate table name for usersTable var (after install this var just empty string): image

Current PR fixes this by using usersTableName template var's value, which fulfilled during installation steps of @adonisjs/auth

Types of changes

What types of changes does your code introduce?

Checklist

thetutlage commented 3 years ago

Thanks for finding these small hidden inconsistencies :)