mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Rename twake creds (#2104)
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
|||||||
|
|
||||||
export class TwakeCloudApi implements ICredentialType {
|
export class TwakeCloudApi implements ICredentialType {
|
||||||
name = 'twakeCloudApi';
|
name = 'twakeCloudApi';
|
||||||
displayName = 'Twake API';
|
displayName = 'Twake Cloud API';
|
||||||
documentationUrl = 'twake';
|
documentationUrl = 'twake';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import {
|
|||||||
|
|
||||||
export class TwakeServerApi implements ICredentialType {
|
export class TwakeServerApi implements ICredentialType {
|
||||||
name = 'twakeServerApi';
|
name = 'twakeServerApi';
|
||||||
displayName = 'Twake API';
|
displayName = 'Twake Server API';
|
||||||
documentationUrl = 'twake';
|
documentationUrl = 'twake';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user