From 7e1c98a3057e5fe6a0d44ca69feaaa4f5d7dbfdc Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath <43197743+shashimalcse@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:43:56 +0530 Subject: [PATCH] Revert "Fix returning 404 error for device_success.do" --- .../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 8c95c6d2a3d..cac186cc993 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"},