mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
fix: facbook missing picture
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
"lint": "biome check .",
|
"lint": "biome check .",
|
||||||
"lint:fix": "biome check . --apply",
|
"lint:fix": "biome check . --apply",
|
||||||
"release": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --no-git-checks",
|
"release": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --no-git-checks",
|
||||||
|
"release:no-build": "bumpp && pnpm -r publish --access public --no-git-checks",
|
||||||
"release:beta": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --tag next --no-git-checks",
|
"release:beta": "turbo --filter \"./packages/*\" build && bumpp && pnpm -r publish --access public --tag next --no-git-checks",
|
||||||
"test": "turbo --filter \"./packages/*\" test",
|
"test": "turbo --filter \"./packages/*\" test",
|
||||||
"typecheck": "turbo --filter \"./packages/*\" typecheck"
|
"typecheck": "turbo --filter \"./packages/*\" typecheck"
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ export const facebook = (options: FacebookOptions) => {
|
|||||||
id: profile.id,
|
id: profile.id,
|
||||||
name: profile.name,
|
name: profile.name,
|
||||||
email: profile.email,
|
email: profile.email,
|
||||||
picture: profile.picture.data.url,
|
image: profile.picture.data.url,
|
||||||
emailVerified: profile.email_verified,
|
emailVerified: profile.email_verified,
|
||||||
},
|
},
|
||||||
data: profile,
|
data: profile,
|
||||||
|
|||||||
Reference in New Issue
Block a user