adonisjs / auth

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

fix(templates): correct import & nullable field #209

Closed RomainLanz closed 1 year ago

RomainLanz commented 1 year ago

Hey there! 👋🏻

This PR attends to fixing the different templates. We have to use the import type syntax when importing types. I have also changed the field rememberMeToken type since it was wrong - the field can be null, but it will not be undefined.

thetutlage commented 1 year ago

Great 👍