From def1e5988460a19a372a89c9d21ca4cd72a3e817 Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath Date: Thu, 19 Sep 2024 23:46:07 +0530 Subject: [PATCH] fix device_success.do error --- .../resources/web.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/resources/web.xml.j2 b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/resources/web.xml.j2 index cac186cc993..8c95c6d2a3d 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/resources/web.xml.j2 +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/resources/web.xml.j2 @@ -326,7 +326,7 @@ {"name": "authenticate.do", "jsp": "/authenticate.jsp", "url": "/authenticate.do"}, {"name": "error.do", "jsp": "/generic-exception-response.jsp", "url": "/error.do"}, {"name": "device.do", "jsp": "/enter-user-code.jsp", "url": "/device.do"}, - {"name": "device_success.do", "jsp": "/device_success.jsp", "url": "/device_success.do"}, + {"name": "device_success.do", "jsp": "/device-success.jsp", "url": "/device_success.do"}, {"name": "totp_enroll.do", "jsp": "/enableTOTP.jsp", "url": "/totp_enroll.do"}, {"name": "totp.do", "jsp": "/totp.jsp", "url": "/totp.do"}, {"name": "totp_error.do", "jsp": "/totpError.jsp", "url": "/totp_error.do"},