fix(branding): render theme assets and dynamic metadata
This commit is contained in:
@@ -30,7 +30,7 @@ export default async function PortalLayout({
|
||||
return (
|
||||
<PortalShell
|
||||
branding={{
|
||||
applicationName: branding.applicationName,
|
||||
applicationName: branding.organizationName ?? branding.applicationName,
|
||||
organizationName: branding.organizationName,
|
||||
lightLogoUrl: branding.lightLogoUrl,
|
||||
darkLogoUrl: branding.darkLogoUrl,
|
||||
|
||||
Reference in New Issue
Block a user