2
0

add specific link for ChatNode to TypeBot (#1106)

This commit is contained in:
Sacha Dumay
2023-12-14 20:52:13 +00:00
committed by GitHub
parent bf626bb0a3
commit 8c4eec4b20
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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',
}), }),
}), }),