allow access token in resource url

This commit is contained in:
Milo Schwartz
2025-01-11 19:47:07 -05:00
parent e32301ade4
commit f5fda5d8ea
10 changed files with 226 additions and 55 deletions

View File

@@ -45,11 +45,10 @@ export default async function ResourceAuthPage(props: {
const user = await getUser({ skipCheckVerifyEmail: true });
if (!authInfo) {
{
/* @ts-ignore */
} // TODO: fix this
// TODO: fix this
return (
<div className="w-full max-w-md">
{/* @ts-ignore */}
<ResourceNotFound />
</div>
);