Skip to content

Commit

Permalink
remove google install lnik
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 6, 2023
1 parent 1f1e5da commit cf3156f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions EmployeePaycheck/wwwroot/verifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ window.addEventListener('load', () => {
respPresentationReq = JSON.parse(message);
if (/Android/i.test(navigator.userAgent)) {
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";
}, 10000);
window.location.href = respPresentationReq.url;
} 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 cf3156f

Please sign in to comment.