feat: add admin accounts and image templates
This commit is contained in:
@@ -20,7 +20,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo
|
||||
strategy="beforeInteractive"
|
||||
dangerouslySetInnerHTML={{ __html: randomUUIDPolyfillScript }}
|
||||
/>
|
||||
<AppShell user={auth.user} authRequired={auth.authRequired}>{children}</AppShell>
|
||||
<AppShell user={auth.user} authRequired={auth.authRequired} isAdmin={auth.isAdmin}>{children}</AppShell>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user