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
.DS_Store
.turbo
.idea
authenticatedState.json
playwright-report
dist

View File

@ -8,7 +8,7 @@ export const auth = {
label: 'API key',
isRequired: true,
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',
}),
}),