html: fix typo

Don't ask how long I spent on this, I don't want to talk about it
This commit is contained in:
Adam
2023-07-21 01:02:19 +01:00
parent 301fbb4124
commit 8de2c7cc12

View File

@@ -88,7 +88,7 @@
const post_data = new URLSearchParams({
grant_type: "refresh_token",
client_id: client_id,
refresh_token: credentials.refresh_token
refresh_token: creds.refresh_token
});
var xml = new XMLHttpRequest();
xml.onreadystatechange = () => {