mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05:00
misc: fixed access with session ID
This commit is contained in:
@@ -164,7 +164,8 @@ export const registerPamAccountRouter = async (server: FastifyZodProvider) => {
|
||||
actorUserAgent: req.auditLogInfo.userAgent ?? "",
|
||||
accountPath: req.body.accountPath,
|
||||
projectId: req.body.projectId,
|
||||
duration: req.body.duration
|
||||
duration: req.body.duration,
|
||||
mfaSessionId: req.body.mfaSessionId
|
||||
},
|
||||
req.permission
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user