feat(vk): add user name mapping by default (#3970)

Co-authored-by: Шевелев Даниил <ds.shevelev@vebtech.by>
This commit is contained in:
Daniel-dev-s
2025-08-14 18:35:26 -07:00
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,