mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 17:39:20 +08:00
fix: remove email from activation api
This commit is contained in:
@@ -124,7 +124,6 @@ class BillingService:
|
||||
cls.activation_rate_limit.increment_rate_limit(account.email)
|
||||
json = {
|
||||
"account_id": account.id,
|
||||
"email": account.email,
|
||||
"token": token,
|
||||
}
|
||||
return BillingService._send_request("POST", "/education/", json=json)
|
||||
|
||||
Reference in New Issue
Block a user