fix(branding): render theme assets and dynamic metadata

This commit is contained in:
poyrazavsever
2026-07-17 21:56:29 +03:00
parent b603f260f8
commit ae370b4313
12 changed files with 28 additions and 15 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export default async function InvitationPage({
{query.error && query.message ? <ErrorToaster message={query.message} /> : null}
<AuthPageShell
branding={{
applicationName: branding.applicationName,
applicationName: branding.organizationName ?? branding.applicationName,
lightLogoUrl: branding.lightLogoUrl,
darkLogoUrl: branding.darkLogoUrl,
}}