mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-05 22:15:22 +02:00
refactor: remove primaryColor from whitelabeling settings and related components for cleaner configuration
This commit is contained in:
@@ -66,7 +66,6 @@ export const whitelabelingRouter = createTRPCRouter({
|
||||
appDescription: null,
|
||||
logoUrl: null,
|
||||
faviconUrl: null,
|
||||
primaryColor: null,
|
||||
customCss: null,
|
||||
loginLogoUrl: null,
|
||||
supportUrl: null,
|
||||
@@ -97,7 +96,6 @@ export const whitelabelingRouter = createTRPCRouter({
|
||||
logoUrl: config.logoUrl,
|
||||
loginLogoUrl: config.loginLogoUrl,
|
||||
faviconUrl: config.faviconUrl,
|
||||
primaryColor: config.primaryColor,
|
||||
customCss: config.customCss,
|
||||
metaTitle: config.metaTitle,
|
||||
errorPageTitle: config.errorPageTitle,
|
||||
|
||||
Reference in New Issue
Block a user