🐛 Apply branding to auth page when not authenticated not only when authed

This commit is contained in:
Fred KISSIE
2025-11-15 05:43:17 +01:00
parent 790f7083e2
commit 29a52f6ac4
6 changed files with 200 additions and 20 deletions

View File

@@ -10,4 +10,8 @@ export type UpdateLoginPageResponse = LoginPage;
export type LoadLoginPageResponse = LoginPage & { orgId: string };
export type LoadLoginPageBrandingResponse = LoginPageBranding & {
orgId: string;
};
export type GetLoginPageBrandingResponse = LoginPageBranding;