mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-12 05:36:38 +00:00
added resource auth status cards and moved login to reusable login form
This commit is contained in:
@@ -95,7 +95,7 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
|
||||
<div className="container mx-auto flex flex-col content-between gap-4 ">
|
||||
<Header
|
||||
email={user.email}
|
||||
orgName={params.orgId}
|
||||
orgId={params.orgId}
|
||||
orgs={orgs}
|
||||
/>
|
||||
<TopbarNav items={topNavItems} orgId={params.orgId} />
|
||||
|
||||
Reference in New Issue
Block a user