Skip to content

Commit

Permalink
Removed testing code
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Apr 1, 2024
1 parent 41b9444 commit 9d8d531
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions oidc-controller/api/templates/verified_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ <h1 class="my-2">
getBrowser() === "Android" || getBrowser() === "iOS" ? true : false
);
const failed = computed(() => state.current === "failed")
setInterval(() => {
state.current = "failed"
}, 2000);

return {
mobileDevice,
Expand Down

0 comments on commit 9d8d531

Please sign in to comment.