mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 20:15:16 +03:00
add frontend and change password
This commit is contained in:
@@ -10,4 +10,10 @@ class EmailTasks:
|
||||
@staticmethod
|
||||
@celery_app.task
|
||||
def send_verify_email_task(email: str, username: str, url: str):
|
||||
EmailService.send_verify_email(email, username, url)
|
||||
EmailService.send_verify_email(email, username, url)
|
||||
|
||||
|
||||
@staticmethod
|
||||
@celery_app.task
|
||||
def send_reset_password_email_task(email: str, username: str, url: str):
|
||||
EmailService.send_reset_password_email(email, username, url)
|
||||
Reference in New Issue
Block a user