mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Remove the exclamation point from the email
This commit is contained in:
@@ -44,7 +44,7 @@ async def send_welcome_email(name, email):
|
||||
{
|
||||
"from": "team@khoj.dev",
|
||||
"to": email,
|
||||
"subject": f"{name}, four ways to use Khoj!" if name else "Four ways to use Khoj!",
|
||||
"subject": f"{name}, four ways to use Khoj" if name else "Four ways to use Khoj",
|
||||
"html": html_content,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user