nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

chore: fix typo #1577

Closed lystun closed 2 years ago

lystun commented 2 years ago

On Line 54 of the file

userInfo: 'http://localhost:8000/auth/user/' // the endpoint to get the user info after you recived the token

The word "received" was misspelt as "recived". Kindly look into this and make the necessary correction. Thanks