Compare commits

...

1 Commits

Author SHA1 Message Date
Fabian Stamm
2ebbab3aab Fix bugf 2020-11-04 04:43:11 +01:00

View File

@@ -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;
}