fix(branding): render theme assets and dynamic metadata
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ export default async function LoginPage({
|
||||
{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