onionr/static-data/www/onboarding/onboarding.js

8 lines
199 B
JavaScript
Raw Normal View History

2019-10-11 09:28:43 +00:00
fetch('/getnewkeys', {
headers: {
"token": webpass
}})
.then((resp) => resp.text()) // Transform the data into text
.then(function(resp) {
keys = keys.split('')
})