diff --git a/app/db/repositories/documents/document_sharing.py b/app/db/repositories/documents/document_sharing.py index 5bc3169..8edd9e9 100644 --- a/app/db/repositories/documents/document_sharing.py +++ b/app/db/repositories/documents/document_sharing.py @@ -176,7 +176,7 @@ async def send_mail( user_mail = await self.get_user_mail(user) subj = f"DocFlow: {user.username} share a document" content = f""" - Visit the link: {link}, to access the document + Visit the link: {link}, to access the document shared by {user.username} | {user_mail}. """