Fix jwt-token

This commit is contained in:
2025-09-20 07:37:14 +02:00
parent e83a164be7
commit 11b460dc07
2 changed files with 6 additions and 4 deletions

View File

@@ -103,4 +103,7 @@ class SecurityLogger {
// Singleton instance
const securityLogger = new SecurityLogger();
module.exports = securityLogger;
module.exports = {
SecurityLogger,
securityLogger
};