You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When someone signs up with a work email and creates a new workspace, we want to load the logo that corresponds to their domain from twenty-icons.com (ex: twenty-icons.com/airbnb.com) and set it as the default logo.
The user can still replace it by a desktop image if he wants to.
Note: in the future we might want to return additional enrichment infos from the backend (e.g. we could pull company Name from twenty-companies.com etc), so the architecture should take that into account
The text was updated successfully, but these errors were encountered:
When someone signs up with a work email and creates a new workspace, we want to load the logo that corresponds to their domain from twenty-icons.com (ex: twenty-icons.com/airbnb.com) and set it as the default logo.
The user can still replace it by a desktop image if he wants to.
Useful: https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/utils/is-work-email.ts
Note: in the future we might want to return additional enrichment infos from the backend (e.g. we could pull company Name from twenty-companies.com etc), so the architecture should take that into account
The text was updated successfully, but these errors were encountered: