fix: correct invite url (#1173)

This commit is contained in:
Matri
2023-09-14 12:07:34 +08:00
committed by GitHub
parent 5d9070bc60
commit fc68c81791
2 changed files with 3 additions and 10 deletions

View File

@@ -408,7 +408,6 @@ class RegisterService:
to=email,
token=token,
inviter_name=inviter.name if inviter else 'Dify',
workspace_id=tenant.id,
workspace_name=tenant.name,
)