mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 17:09:23 +08:00
fix: shortening invite url (#1100)
Co-authored-by: MatriQi <matri@aifi.io>
This commit is contained in:
@@ -31,8 +31,8 @@ const ActivateForm = () => {
|
||||
const checkParams = {
|
||||
url: '/activate/check',
|
||||
params: {
|
||||
workspace_id: workspaceID,
|
||||
email,
|
||||
...workspaceID && { workspace_id: workspaceID },
|
||||
...email && { email },
|
||||
token,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user