mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Okta Node): Add Okta Node (#10278)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com> Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
@@ -308,6 +308,7 @@ export interface ICredentialTestRequestData {
|
||||
type ICredentialHttpRequestNode = {
|
||||
name: string;
|
||||
docsUrl: string;
|
||||
hidden?: boolean;
|
||||
} & ({ apiBaseUrl: string } | { apiBaseUrlPlaceholder: string });
|
||||
|
||||
export interface ICredentialType {
|
||||
|
||||
Reference in New Issue
Block a user