mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ Rename twake creds (#2104)
This commit is contained in:
parent
5a179cd5ae
commit
a092609864
|
@ -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[] = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue