ваше сообщение коммита

This commit is contained in:
2025-04-21 18:23:52 +03:00
parent d47bba1d1b
commit b842665008
11 changed files with 576 additions and 130 deletions

View File

@@ -45,7 +45,7 @@ router.post('/link', requireAuth, async (req, res) => {
}
}
const result = await authService.linkIdentity(userId, type, value);
await authService.linkIdentity(userId, type, value);
// Обновляем сессию
if (type === 'wallet') {