save and update branding

This commit is contained in:
Fred KISSIE
2025-11-13 02:18:52 +01:00
parent d218a4bbc3
commit 02cd2cfb17
6 changed files with 166 additions and 39 deletions

View File

@@ -92,7 +92,7 @@ export async function getLoginPageBranding(
success: true,
error: false,
message: "Login page branding retrieved successfully",
status: HttpCode.CREATED
status: HttpCode.OK
});
} catch (error) {
logger.error(error);