Onionr/static-data/www/onboarding/onboarding.js
2019-10-11 04:28:43 -05:00

8 lines
199 B
JavaScript

fetch('/getnewkeys', {
headers: {
"token": webpass
}})
.then((resp) => resp.text()) // Transform the data into text
.then(function(resp) {
keys = keys.split('')
})