added resource auth status cards and moved login to reusable login form

This commit is contained in:
Milo Schwartz
2024-11-23 17:56:21 -05:00
parent 795c144e1e
commit 78b23a8956
14 changed files with 507 additions and 454 deletions

View File

@@ -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} />