Fixed typo
This commit is contained in:
parent
2f490ee3ee
commit
b333137ee3
|
@ -2,7 +2,7 @@
|
|||
window.addEventListener("message", function(event) {
|
||||
const access_token = event.data;
|
||||
|
||||
fetch("https://auth.hectabit.org/api/isloggedin", {
|
||||
fetch("https://auth.hectabit.org/api/loggedin", {
|
||||
method: "POST",
|
||||
body: JSON.stringify({
|
||||
access_token: access_token
|
||||
|
|
Reference in New Issue