This commit is contained in:
Philipinho
2025-10-07 20:39:41 +01:00
parent f6f11cde52
commit 7a1af3cd7e

View File

@ -74,7 +74,7 @@ export class JwtStrategy extends PassportStrategy(Strategy, 'jwt') {
isApiKeyModuleReady = true;
} catch (err) {
this.logger.debug(
'API Key module requested but EE module not bundled in this build',
'API Key module requested but enterprise module not bundled in this build',
);
isApiKeyModuleReady = false;
}