Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed May 14, 2024
1 parent ffc4425 commit a956ba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oidc-controller/api/templates/verified_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ <h1 class="my-2">[[ headerText ]]</h1>
},
methods: {
deepLinkOpen() {
state.disableDeeplink = true;
this.setUiStates("pending");
},
// Only used on mobile devices to toggle the qrcode using the button
Expand All @@ -408,7 +407,7 @@ <h1 class="my-2">[[ headerText ]]</h1>
"abandoned",
"expired",
"pending",
"success",
"verified",
].includes(status);
}
},
Expand Down

0 comments on commit a956ba7

Please sign in to comment.