Skip to content

Commit

Permalink
Up date links
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 6, 2023
1 parent 05821ff commit 1f1e5da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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";
}, 5000);
}, 10000);
} else if (/iPhone/i.test(navigator.userAgent)) {
console.log(`iOS device! Using deep link (${respPresentationReq.url}).`);
window.location.replace(respPresentationReq.url);
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0

https://github.com/Azure-Samples/VerifiedEmployeeIssuance

https://github.com/Azure-Samples/active-directory-verifiable-credentials-dotnet

https://github.com/AzureAD/microsoft-identity-web/blob/jmprieur/Graph5/src/Microsoft.Identity.Web.GraphServiceClient/Readme.md#replace-the-nuget-packages

https://docs.microsoft.com/azure/app-service/deploy-github-actions#configure-the-github-secret
Expand Down

0 comments on commit 1f1e5da

Please sign in to comment.