mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: allow the embedding in websites to customize sys.user_id (#16062)
This commit is contained in:
@ -44,7 +44,10 @@ const OPTION_MAP = {
|
||||
: ''}${IS_CE_EDITION
|
||||
? `,
|
||||
baseUrl: '${url}'`
|
||||
: ''}
|
||||
: ''},
|
||||
systemVariables: {
|
||||
// user_id: 'YOU CAN DEFINE USER ID HERE',
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user