We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a3739 commit dd0ab2cCopy full SHA for dd0ab2c
docs/content/en/providers/google.md
@@ -51,7 +51,7 @@ google: {
51
responseType: 'code',
52
endpoints: {
53
token: 'http://localhost:8000/user/google/', // somm backend url to resolve your auth with google and give you the token back
54
- userInfo: 'http://localhost:8000/auth/user/' // the endpoint to get the user info after you recived the token
+ userInfo: 'http://localhost:8000/auth/user/' // the endpoint to get the user info after you received the token
55
},
56
57
```
0 commit comments