mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
feat(vk): add user name mapping by default (#3970)
Co-authored-by: Шевелев Даниил <ds.shevelev@vebtech.by>
This commit is contained in:
committed by
Bereket Engida
co-authored by
Шевелев Даниил
parent
1cbea683d8
commit
de8fb7a2f8
@@ -125,6 +125,7 @@ export const vk = (options: VkOption) => {
|
||||
emailVerified: !!profile.user.email,
|
||||
birthday: profile.user.birthday,
|
||||
sex: profile.user.sex,
|
||||
name: `${profile.user.first_name} ${profile.user.last_name}`,
|
||||
...userMap,
|
||||
},
|
||||
data: profile,
|
||||
|
||||
Reference in New Issue
Block a user