Skip to content

Commit

Permalink
Revert "Fix returning 404 error for device_success.do"
Browse files Browse the repository at this point in the history
  • Loading branch information
shashimalcse committed Sep 20, 2024
1 parent 509c0a7 commit 7e1c98a
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 7e1c98a

Please sign in to comment.