apply branding to org auth page

This commit is contained in:
Fred KISSIE
2025-11-15 06:08:02 +01:00
parent 29a52f6ac4
commit 87f23f582c
5 changed files with 76 additions and 106 deletions

View File

@@ -12,6 +12,7 @@ export type LoadLoginPageResponse = LoginPage & { orgId: string };
export type LoadLoginPageBrandingResponse = LoginPageBranding & {
orgId: string;
orgName: string;
};
export type GetLoginPageBrandingResponse = LoginPageBranding;