Add user feature permissions and unified account management
This commit is contained in:
@@ -6,6 +6,7 @@ import './workspace.css'
|
||||
import './portal/issue-flow.css'
|
||||
import type { ReactNode } from 'react'
|
||||
import BrandingFavicon from './ui/BrandingFavicon'
|
||||
import FeatureGate from './ui/FeatureGate'
|
||||
import ApplicationChrome from './ui/ApplicationChrome'
|
||||
|
||||
export const metadata = {
|
||||
@@ -20,7 +21,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
||||
<BrandingFavicon />
|
||||
<div className="page">
|
||||
<ApplicationChrome />
|
||||
{children}
|
||||
<FeatureGate>{children}</FeatureGate>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user