mirror of
https://github.com/langgenius/dify.git
synced 2026-05-25 19:00:43 -04:00
feat: initialize user timezone and language from browser (#36170)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -11596,6 +11596,7 @@ Request payload for bulk downloading documents as a zip archive.
|
||||
| code | string | | Yes |
|
||||
| email | string | | Yes |
|
||||
| language | | | No |
|
||||
| timezone | | | No |
|
||||
| token | string | | Yes |
|
||||
|
||||
#### EmailPayload
|
||||
@@ -11609,8 +11610,10 @@ Request payload for bulk downloading documents as a zip archive.
|
||||
|
||||
| Name | Type | Description | Required |
|
||||
| ---- | ---- | ----------- | -------- |
|
||||
| language | | | No |
|
||||
| new_password | string | | Yes |
|
||||
| password_confirm | string | | Yes |
|
||||
| timezone | | | No |
|
||||
| token | string | | Yes |
|
||||
|
||||
#### EmailRegisterSendPayload
|
||||
|
||||
Reference in New Issue
Block a user