From ab25abfe5c35b529e1407d4485380e2fdf857e95 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Mon, 5 Jan 2026 23:20:03 +0800 Subject: [PATCH] misc: fixed access with session ID --- .../src/ee/routes/v1/pam-account-routers/pam-account-router.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/ee/routes/v1/pam-account-routers/pam-account-router.ts b/backend/src/ee/routes/v1/pam-account-routers/pam-account-router.ts index 9370219f5e..732d1dcf16 100644 --- a/backend/src/ee/routes/v1/pam-account-routers/pam-account-router.ts +++ b/backend/src/ee/routes/v1/pam-account-routers/pam-account-router.ts @@ -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 );