♻️ make logo URL optional

This commit is contained in:
Fred KISSIE
2026-01-20 02:45:39 +01:00
committed by Owen Schwartz
parent c92b5942fc
commit b7df8b7319
7 changed files with 58 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ type ResourceAuthPortalProps = {
idps?: LoginFormIDP[];
orgId?: string;
branding?: {
logoUrl: string;
logoUrl?: string | null;
logoWidth: number;
logoHeight: number;
primaryColor: string | null;