diff --git a/src/app/utils/utils-resources.ts b/src/app/utils/utils-resources.ts index c9010f53..2c91ffc5 100644 --- a/src/app/utils/utils-resources.ts +++ b/src/app/utils/utils-resources.ts @@ -7,7 +7,7 @@ export const BRAND_BASE_INFO: { [key: string] : string | boolean} ={ FAVICON: "https://tiledesk.com/wp-content/uploads/2022/07/tiledesk_v13-300x300.png", META_TITLE:"Tiledesk - Open Source Live Chat", DOCS: true, - LOGOUT_ENABLED: false + LOGOUT_ENABLED: true } export var LOGOS_ITEMS: { [key: string] : { label: string | boolean, icon: string }} ={