Compare commits
2 Commits
484be5a048
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ed18a9695 | ||
|
|
2ebbab3aab |
@@ -91,6 +91,7 @@ export default VIEWS.map((view) => ({
|
|||||||
}),
|
}),
|
||||||
typescript({ sourceMap: dev, inlineSources: dev }),
|
typescript({ sourceMap: dev, inlineSources: dev }),
|
||||||
html({
|
html({
|
||||||
|
title: view,
|
||||||
attributes: {
|
attributes: {
|
||||||
html: { lang: "en" },
|
html: { lang: "en" },
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ async function getJWT(client_id: string, origin: string) {
|
|||||||
const res = await request(`/api/user/oauth/jwt`, {
|
const res = await request(`/api/user/oauth/jwt`, {
|
||||||
client_id,
|
client_id,
|
||||||
origin,
|
origin,
|
||||||
}).then((res) => res.json());
|
});
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user