mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-23 02:16:53 -04:00
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:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user