mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +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",
|
"from": "team@khoj.dev",
|
||||||
"to": email,
|
"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,
|
"html": html_content,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user