Compare commits
3 Commits
b72fc8c9fb
...
master
Author | SHA1 | Date | |
---|---|---|---|
8ed18a9695 | |||
2ebbab3aab | |||
484be5a048 |
@ -91,6 +91,7 @@ export default VIEWS.map((view) => ({
|
||||
}),
|
||||
typescript({ sourceMap: dev, inlineSources: dev }),
|
||||
html({
|
||||
title: view,
|
||||
attributes: {
|
||||
html: { lang: "en" },
|
||||
},
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user