mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Update TypeformOAuth2Api.credentials.ts
This commit is contained in:
parent
68f9dd1560
commit
934a4f16d1
|
@ -9,6 +9,7 @@ export class TypeformOAuth2Api implements ICredentialType {
|
||||||
extends = [
|
extends = [
|
||||||
'oAuth2Api',
|
'oAuth2Api',
|
||||||
];
|
];
|
||||||
|
displayName = 'Typeform OAuth2 API';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'Authorization URL',
|
displayName: 'Authorization URL',
|
||||||
|
|
Loading…
Reference in a new issue