We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b407a commit 919ceabCopy full SHA for 919ceab
1 file changed
scripts/user.js
@@ -100,6 +100,7 @@ async function fetchFirebaseToken(accessToken) {
100
"User-Agent": `mGira ${currentVersion}`,
101
"X-Gira-Token": accessToken,
102
},
103
+ method: "POST",
104
}),
105
token = await res.text();
106
if (!res.ok) {
0 commit comments