mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Update DropboxOAuth2Api.credentials.ts
This commit is contained in:
@@ -11,13 +11,6 @@ export class DropboxOAuth2Api implements ICredentialType {
|
||||
];
|
||||
displayName = 'Dropbox OAuth2 API';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Dropbox Server',
|
||||
name: 'server',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: 'https://api.dropboxapi.com',
|
||||
description: 'The server to connect to. Does only have to get changed if Dropbox Enterprise gets used.',
|
||||
},
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
name: 'authUrl',
|
||||
|
||||
Reference in New Issue
Block a user