feat: improve structure and error handling
This commit is contained in:
@@ -17,5 +17,5 @@ export default async function ProtectedLayout({
|
||||
redirect(`/${params.lang}/login`)
|
||||
}
|
||||
|
||||
return <>{children}</>
|
||||
return children
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user