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

This commit is contained in:
2025-04-21 18:36:05 +03:00
parent 17dee2206e
commit b933887cdd
2 changed files with 2 additions and 2 deletions

View File

@@ -431,7 +431,7 @@ router.post('/email/verify-code', async (req, res) => {
});
// Инициализация Telegram аутентификации
router.post('/telegram/init', async (req, res) => {
router.post('/telegram/init', requireAuth, async (req, res) => {
try {
const { userId } = req.session;