Skip to content

Commit

Permalink
Merge pull request #6903 from shashimalcse/patch-device
Browse files Browse the repository at this point in the history
Fix returning 404 error for device_success.do
  • Loading branch information
shashimalcse authored Sep 20, 2024
2 parents 71ad05d + def1e59 commit fe4d9db
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 fe4d9db

Please sign in to comment.