From a3b041ba8774cdbb856d7053d8f2d411990751dc Mon Sep 17 00:00:00 2001 From: Koichi Kato Date: Wed, 1 Feb 2023 18:22:19 +0900 Subject: [PATCH] ZCS-12908: set context path on 2FA setup page --- WebRoot/public/TwoFactorSetup.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebRoot/public/TwoFactorSetup.jsp b/WebRoot/public/TwoFactorSetup.jsp index cbcc81907e..2614c34f45 100644 --- a/WebRoot/public/TwoFactorSetup.jsp +++ b/WebRoot/public/TwoFactorSetup.jsp @@ -37,6 +37,7 @@ if (contextPath.equals("/")) { contextPath = ""; } + pageContext.setAttribute("contextPath", contextPath); %>