We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aa2a9 commit 1638111Copy full SHA for 1638111
src/app/dashboard/(active)/layout.tsx
@@ -21,7 +21,6 @@ export default async function AdminLayout({
21
user={{
22
...session.data.user,
23
...session.data.session,
24
- role: USER_ROLE.MEMBER,
25
}}
26
/>
27
<SidebarInset>{children}</SidebarInset>
0 commit comments