lucia-auth / lucia

Authentication, simple and clean
https://lucia-auth.com
MIT License
8.61k stars 448 forks source link

typo: should be githubUser.login and not github.login #1398

Closed TheBinaryGuy closed 5 months ago

TheBinaryGuy commented 5 months ago

There is a small type in the multiple oauth providers guide.

When inserting into the user table, it should be githubUser.login and not github.login.

TheBinaryGuy commented 5 months ago

There was also a missing semicolon, fixed.

pilcrowOnPaper commented 5 months ago

Thanks!