Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adding https in checkurltype (#6295)
# Fix URL handling for LinkedIn and Twitter links Fixes #6287 ## Solution Updated `checkUrlType` function to prepend "https://" to URLs if missing, ensuring proper handling of social media links. ## Changes - Modified `/packages/twenty-front/src/utils/checkUrlType.ts` - Added a check to prepend "https://" if URL doesn't start with a protocol --------- Co-authored-by: Prince Yadav <[email protected]> Co-authored-by: Félix Malfait <[email protected]>
- Loading branch information