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

This commit is contained in:
2025-04-21 18:23:52 +03:00
parent 43569ea38c
commit 17dee2206e
9 changed files with 99 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') {