Feat: add notification for change email completed (#22812)

Co-authored-by: Yansong Zhang <916125788@qq.com>
This commit is contained in:
KVOJJJin
2025-07-24 14:16:39 +08:00
committed by GitHub
parent 371fe7a700
commit de611ab344
8 changed files with 610 additions and 2 deletions

View File

@@ -494,6 +494,10 @@ class ChangeEmailResetApi(Resource):
updated_account = AccountService.update_account(current_user, email=args["new_email"])
AccountService.send_change_email_completed_notify_email(
email=args["new_email"],
)
return updated_account