happykit/auth-email

Potential Typo

Closed this issue · 2 comments

if (!serverConfig.tokenSecret)

I think this should be serverConfig.cookieName

Good catch, that's definitely wrong

This has since been fixed, thanks for reporting!

if (!serverConfig.cookieName)