mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
🐛 Select base url depending on the datacenter (#1744)
This commit is contained in:
@@ -53,7 +53,7 @@ export class ZohoOAuth2Api implements ICredentialType {
|
||||
},
|
||||
{
|
||||
name: 'CN - https://accounts.zoho.com.cn/oauth/v2/token',
|
||||
value: ' https://accounts.zoho.com.cn/oauth/v2/token',
|
||||
value: 'https://accounts.zoho.com.cn/oauth/v2/token',
|
||||
},
|
||||
],
|
||||
default: 'https://accounts.zoho.com/oauth/v2/token',
|
||||
|
||||
Reference in New Issue
Block a user