diff --git a/src/pages/Popup/main.ts b/src/pages/Popup/main.ts index 43725b9..98f64a3 100644 --- a/src/pages/Popup/main.ts +++ b/src/pages/Popup/main.ts @@ -45,7 +45,7 @@ async function getJWT(client_id: string, origin: string) { const res = await request(`/api/user/oauth/jwt`, { client_id, origin, - }).then((res) => res.json()); + }); return res; }