fix: weitere fehlende Umlaute (Hinzufuegen, Eintraege, Passwoerter, erhaelt, enthaelt etc)

This commit is contained in:
christian
2026-05-26 14:58:08 +00:00
parent f8a2d5cb0a
commit 0265b43010
10 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import jwt from 'jsonwebtoken';
import pool from '../config/database.js';
// Verifiziert JWT und stellt req.user bereit
// req.user enthaelt: { id, email, name, rolle, tenant_id }
// req.user enthält: { id, email, name, rolle, tenant_id }
// tenant_id ist NULL für SuperAdmins.
export const authenticateToken = (req, res, next) => {
const authHeader = req.headers['authorization'];