adonisjs / auth

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

Update user-provider-database.txt #175

Closed liam-p-idhl closed 3 years ago

liam-p-idhl commented 3 years ago

Wrap {{ usersTableName }} in single quotes.

Proposed changes

The current default output from this file results in e.g. usersTable: users rather than usersTable: 'users' being set up in config/auth.ts. This change ensures the config/auth.ts file correctly outputs a string for the table name.

Types of changes

Checklist

Further comments

N/A

thetutlage commented 3 years ago

Thanks for the PR :)