Skip to content

Commit

Permalink
Merge pull request #54 from cf15-t5/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
lutfianRhdn authored Aug 25, 2023
2 parents dd487fd + 5797c59 commit 3cc2c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/AuthService.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _sendNotification(self,data):
sendMail(
templates=templates,
subject="Ticket Event",
to=data.user.email
to=data.email
)
return True

Expand Down

0 comments on commit 3cc2c50

Please sign in to comment.