Skip to content

Commit

Permalink
Merge pull request #6906 from wso2/revert-6903-patch-device
Browse files Browse the repository at this point in the history
Revert "Fix returning 404 error for device_success.do"
  • Loading branch information
shashimalcse committed Sep 20, 2024
2 parents 509c0a7 + 7e1c98a commit 0649051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 0649051

Please sign in to comment.