From 8de2c7cc1215bb36033db201156aca78074d6592 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 21 Jul 2023 01:02:19 +0100 Subject: [PATCH] html: fix typo Don't ask how long I spent on this, I don't want to talk about it --- html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index 6d850f5..45c1cc0 100644 --- a/html/index.html +++ b/html/index.html @@ -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 = () => {