Skip to content

Commit

Permalink
Restore redirect upon verification
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 2, 2024
1 parent d1da592 commit 5176241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oidc-controller/api/templates/verified_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ <h1 class="my-2">
console.log(currentState)
switch (currentState) {
case "verified":
setTimeout(() => {
window.location.replace("{{callback_url}}", { method: "POST" });
}, 2000);
return {
className: "success",
icon: `{{add_asset("circle-check.svg")}}`,
Expand Down

0 comments on commit 5176241

Please sign in to comment.