mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-13 04:42:39 -05:00
fix-deploy-and-manifest-issue
This commit is contained in:
@@ -22,7 +22,6 @@ export default async function RootLayout({
|
||||
let session = null;
|
||||
if (shouldUseSession) {
|
||||
try {
|
||||
// @ts-ignore - auth module may not exist in all template variants
|
||||
const authModule = eval('require("~/auth")');
|
||||
session = await authModule.getSession();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user