Fix jwt-token

This commit is contained in:
2025-09-20 23:45:33 +02:00
parent 9641651bcc
commit 4579bae52e
2 changed files with 13 additions and 29 deletions

View File

@@ -1,5 +1,4 @@
const { Sequelize } = re // Models are already initialized through the imports
console.log('📋 Models loaded and ready...');ire('sequelize');
const { Sequelize } = require('sequelize');
const bcrypt = require('bcryptjs');
// Import models from the main models index