Added option to prevent sending requests to twenty-icons (#16723)
Solution for #15891 https://github.com/user-attachments/assets/82ce5c4b-0a78-45a8-8196-413473887820 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@@ -161,6 +161,14 @@ export class ConfigVariables {
|
||||
})
|
||||
IS_IMAP_SMTP_CALDAV_ENABLED = true;
|
||||
|
||||
@ConfigVariablesMetadata({
|
||||
group: ConfigVariablesGroup.OTHER,
|
||||
description:
|
||||
"Enable or disable requests to twenty-icons to get companies' icons",
|
||||
type: ConfigVariableType.BOOLEAN,
|
||||
})
|
||||
ALLOW_REQUESTS_TO_TWENTY_ICONS = true;
|
||||
|
||||
@ConfigVariablesMetadata({
|
||||
group: ConfigVariablesGroup.MICROSOFT_AUTH,
|
||||
description: 'Enable or disable Microsoft authentication',
|
||||
|
||||
Reference in New Issue
Block a user