add specific link for ChatNode to TypeBot (#1106)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ node_modules
|
|||||||
workspace.code-workspace
|
workspace.code-workspace
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.turbo
|
.turbo
|
||||||
|
.idea
|
||||||
authenticatedState.json
|
authenticatedState.json
|
||||||
playwright-report
|
playwright-report
|
||||||
dist
|
dist
|
||||||
|
@ -8,7 +8,7 @@ export const auth = {
|
|||||||
label: 'API key',
|
label: 'API key',
|
||||||
isRequired: true,
|
isRequired: true,
|
||||||
helperText:
|
helperText:
|
||||||
'You can generate an API key [here](https://www.chatnode.ai/account/settings).',
|
'You can generate an API key [here](https://go.chatnode.ai/typebot).',
|
||||||
input: 'password',
|
input: 'password',
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user