update welcome email subject

This commit is contained in:
Abhinav Raut
2025-04-03 03:15:14 +05:30
parent 82aac02a97
commit c639bfba40

View File

@@ -229,7 +229,7 @@ func handleCreateUser(r *fastglue.Request) error {
if err := app.notifier.Send(notifier.Message{
RecipientEmails: []string{user.Email.String},
Subject: "Welcome",
Subject: "Welcome to Libredesk",
Content: content,
Provider: notifier.ProviderEmail,
}); err != nil {