-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(EditablePages): add functionality to truncate email for privacy …
…reasons The changes introduce a new utility function `truncateEmail` to truncate email addresses for privacy reasons. The function is used in both EditView and EditableView components to display a truncated version of the user's email instead of their full name. This enhances user privacy while still providing relevant information about who edited the content.
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters