Skip to content

Commit

Permalink
remove "License" key
Browse files Browse the repository at this point in the history
  • Loading branch information
v0tti committed Feb 19, 2024
1 parent 8bc8295 commit a3bdd17
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ <h2>Result:</h2>
var api = document.getElementById('api').value;
var relay = document.getElementById('relay').value;
var jsonData = {
"License": {
"host": host,
"key": key,
"api": api,
"relay": relay
}
"host": host,
"key": key,
"api": api,
"relay": relay
};
var base64Encoded = btoa(JSON.stringify(jsonData))
.replace(/\+/g, '-')
Expand Down

0 comments on commit a3bdd17

Please sign in to comment.