We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bee0de commit 14f3fd3Copy full SHA for 14f3fd3
src/auth/CommandLogin.ts
@@ -88,6 +88,7 @@ class CommandLogin extends CommandPolykey {
88
try {
89
result = await fetch(incomingPayload.returnURL, {
90
method: 'POST',
91
+ headers: { 'Content-Type': 'application/json' },
92
body: JSON.stringify({ token: compactHeader }),
93
});
94
} catch (e) {
0 commit comments