This commit is contained in:
Fabian Stamm 2020-11-04 04:43:11 +01:00
parent 484be5a048
commit 2ebbab3aab
1 changed files with 1 additions and 1 deletions

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