mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04: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 {
|
||||
name = 'twakeCloudApi';
|
||||
displayName = 'Twake API';
|
||||
displayName = 'Twake Cloud API';
|
||||
documentationUrl = 'twake';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@ import {
|
|||
|
||||
export class TwakeServerApi implements ICredentialType {
|
||||
name = 'twakeServerApi';
|
||||
displayName = 'Twake API';
|
||||
displayName = 'Twake Server API';
|
||||
documentationUrl = 'twake';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue