Skip to content

Commit

Permalink
changed: LOGOUT enabled to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jul 18, 2024
1 parent 9380e53 commit b25fd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/utils-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} ={
Expand Down

0 comments on commit b25fd4c

Please sign in to comment.