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 e144db5 commit 59d5a13Copy full SHA for 59d5a13
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "payload-oauth2",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"type": "module",
5
"homepage:": "https://payloadcms.com",
6
"repository": "https://github.com/WilsonLe/payload-oauth2",
src/callback-endpoint.ts
@@ -63,7 +63,7 @@ export const createCallbackEndpoint = (
63
// /////////////////////////////////////
64
// get user info
65
66
- const userInfo = await pluginOptions.getUserInfo(access_token);
+ const userInfo = await pluginOptions.getUserInfo(access_token, req);
67
68
69
// ensure user exists
0 commit comments