Fixed typo

This commit is contained in:
Tracker-Friendly 2024-04-29 21:28:18 +01:00
parent 2f490ee3ee
commit b333137ee3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
window.addEventListener("message", function(event) { window.addEventListener("message", function(event) {
const access_token = event.data; const access_token = event.data;
fetch("https://auth.hectabit.org/api/isloggedin", { fetch("https://auth.hectabit.org/api/loggedin", {
method: "POST", method: "POST",
body: JSON.stringify({ body: JSON.stringify({
access_token: access_token access_token: access_token