Skip to content

Commit

Permalink
fix device_success.do error
Browse files Browse the repository at this point in the history
  • Loading branch information
shashimalcse committed Sep 20, 2024
1 parent 0649051 commit 73065cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-trainers-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Fix invalid device success jsp file
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 73065cc

Please sign in to comment.