Skip to content

Commit

Permalink
update for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjali committed Nov 22, 2024
1 parent cdf3d5b commit 387f792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test3ds.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Redirect based on device type
if (/android/i.test(userAgent)) {
// Redirect to Android app
window.location = "d1demoapp://com.thalesgroup.gemalto.d1.validation/PushToSchemeResult";
window.location = "d1demoapp://com.thalesgroup.gemalto.d1.validation/AuthnResult";
} else if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
// Redirect to iOS app
window.location = "demoscheme://com.thalesgroup.gemalto.d1.demo";
Expand Down

0 comments on commit 387f792

Please sign in to comment.