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-13 08:47:25 -07:00
committed by GitHub
co-authored by Шевелев Даниил
parent f622447955
commit aa037c4971
@@ -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,