mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix: Remove logs
This commit is contained in:
@@ -109,15 +109,8 @@ export const injectIdentity = fp(async (server: FastifyZodProvider) => {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log("authMode", authMode);
|
||||
console.log("authMode", authMode);
|
||||
console.log("authMode", authMode);
|
||||
console.log("authMode", authMode);
|
||||
|
||||
if (!authMode) return;
|
||||
|
||||
console.log("authMode", authMode);
|
||||
|
||||
switch (authMode) {
|
||||
case AuthMode.JWT: {
|
||||
const { user, tokenVersionId, orgId } = await server.services.authToken.fnValidateJwtIdentity(token);
|
||||
|
||||
Reference in New Issue
Block a user