mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: pass intent field in service credentials
This commit is contained in:
@@ -241,9 +241,7 @@ export function getEnvironmentServiceDetails(): typeof constants.SERVICE_DETAILS
|
||||
name: cred.name,
|
||||
description: cred.description,
|
||||
type: cred.type,
|
||||
// remove required attribute from field to allow users to remove credentials.
|
||||
// server will still validate.
|
||||
// required: false,
|
||||
intent: cred.intent,
|
||||
required: cred.required,
|
||||
default: getServiceCredentialDefault(service.id, cred.id)
|
||||
? encryptString(getServiceCredentialDefault(service.id, cred.id)!)
|
||||
|
||||
Reference in New Issue
Block a user