mirror of
https://github.com/langgenius/dify.git
synced 2026-03-14 13:51:33 +08:00
update_account_deletion_feedback should use origin email
This commit is contained in:
parent
2e874313ec
commit
ae0a9e7986
@ -429,7 +429,7 @@ class AccountDeleteUpdateFeedbackApi(Resource):
|
||||
payload = console_ns.payload or {}
|
||||
args = AccountDeletionFeedbackPayload.model_validate(payload)
|
||||
|
||||
BillingService.update_account_deletion_feedback(args.email.lower(), args.feedback)
|
||||
BillingService.update_account_deletion_feedback(args.email, args.feedback)
|
||||
|
||||
return {"result": "success"}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user