mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 21:26:37 +00:00
✨ save and update branding
This commit is contained in:
@@ -143,7 +143,7 @@ export async function upsertLoginPageBranding(
|
||||
message: existingLoginPageBranding
|
||||
? "Login page branding updated successfully"
|
||||
: "Login page branding created successfully",
|
||||
status: HttpCode.CREATED
|
||||
status: existingLoginPageBranding ? HttpCode.OK : HttpCode.CREATED
|
||||
});
|
||||
} catch (error) {
|
||||
logger.error(error);
|
||||
|
||||
Reference in New Issue
Block a user