Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Apr 25, 2024
1 parent bec8ef1 commit ef090d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/manifests/samlconnecter.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if (token === "") {
statusElement.innerHTML = "An error occurred: " + event.message
} else {
statusElement.innerHTML = "<div>Could not automatically save token. Click to button to complete token downlaod.</div><br /><a href='http://localhost:18080/connecter?token={{ .Token }}&a=true'>Save Token</a>"
statusElement.innerHTML = "<div>Could not automatically save token. Click to button to complete token downlaod.</div><br /><a href='http://localhost:18080/connecter?token={{ .Token }}&a=true'><button>Save Token</button></a>"
}
});

Expand Down

0 comments on commit ef090d3

Please sign in to comment.