✨ (credentials) Add credentials management menu in workspace settings
Closes #1567
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
// Do not edit this file manually
|
||||
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
|
||||
import { togetherAiBlock } from '.'
|
||||
import { auth } from './auth'
|
||||
|
||||
export const togetherAiBlockSchema = parseBlockSchema(togetherAiBlock)
|
||||
export const togetherAiCredentialsSchema =
|
||||
parseBlockCredentials(togetherAiBlock)
|
||||
export const togetherAiCredentialsSchema = parseBlockCredentials(
|
||||
togetherAiBlock.id,
|
||||
auth.schema
|
||||
)
|
||||
|
Reference in New Issue
Block a user