We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5b8f4 commit 67fa371Copy full SHA for 67fa371
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecBrandingSettings.ps1
@@ -51,7 +51,6 @@ Function Invoke-ExecBrandingSettings {
51
} else {
52
$StatusCode = [HttpStatusCode]::BadRequest
53
$Results = 'Error: Invalid color format. Please use hex format (e.g., #F77F00)'
54
- break
55
}
56
57
@@ -68,12 +67,10 @@ Function Invoke-ExecBrandingSettings {
68
67
69
70
$Results = 'Error: Image size must be less than 2MB'
71
72
73
} catch {
74
75
$Results = 'Error: Invalid base64 image data'
76
77
78
} elseif ($Logo -eq $null -or $Logo -eq '') {
79
$BrandingConfig.logo = $null
0 commit comments