Skip to content

Commit

Permalink
deeplink timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 6, 2023
1 parent 414904b commit 8243c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmployeePaycheck/wwwroot/verifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ window.addEventListener('load', () => {
console.log(`Android device! Using deep link (${respPresentationReq.url}).`);
window.location.href = respPresentationReq.url; setTimeout(function () {
window.location.href = "https://play.google.com/store/apps/details?id=com.azure.authenticator";
}, 2000);
}, 5000);
} else if (/iPhone/i.test(navigator.userAgent)) {
console.log(`iOS device! Using deep link (${respPresentationReq.url}).`);
window.location.replace(respPresentationReq.url);
Expand Down

0 comments on commit 8243c11

Please sign in to comment.