fix(branding): render theme assets and dynamic metadata
This commit is contained in:
@@ -40,7 +40,7 @@ export default async function RegisterPage({
|
||||
{error && message && <ErrorToaster message={String(message)} />}
|
||||
<AuthPageShell
|
||||
branding={{
|
||||
applicationName: branding.applicationName,
|
||||
applicationName: branding.organizationName ?? branding.applicationName,
|
||||
lightLogoUrl: branding.lightLogoUrl,
|
||||
darkLogoUrl: branding.darkLogoUrl,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user