Fix credential formatting issues (#3134)

* 👕 Autofix creds lint issues

* 👕 Manually fix creds lint issues

* 👕 Fix indentation

* ✏️ Fix typo

* 👕 Fix indentation

* ✏️ Fix typo
This commit is contained in:
Iván Ovejero
2022-04-14 08:32:27 +02:00
committed by GitHub
parent 50868c2a95
commit ecd3bbfcd3
57 changed files with 129 additions and 147 deletions

View File

@@ -35,14 +35,14 @@ export class ZohoOAuth2Api implements ICredentialType {
name: 'accessTokenUrl',
type: 'options',
options: [
{
name: 'US - https://accounts.zoho.com/oauth/v2/token',
value: 'https://accounts.zoho.com/oauth/v2/token',
},
{
name: 'AU - https://accounts.zoho.com.au/oauth/v2/token',
value: 'https://accounts.zoho.com.au/oauth/v2/token',
},
{
name: 'CN - https://accounts.zoho.com.cn/oauth/v2/token',
value: 'https://accounts.zoho.com.cn/oauth/v2/token',
},
{
name: 'EU - https://accounts.zoho.eu/oauth/v2/token',
value: 'https://accounts.zoho.eu/oauth/v2/token',
@@ -52,8 +52,8 @@ export class ZohoOAuth2Api implements ICredentialType {
value: 'https://accounts.zoho.in/oauth/v2/token',
},
{
name: 'CN - https://accounts.zoho.com.cn/oauth/v2/token',
value: 'https://accounts.zoho.com.cn/oauth/v2/token',
name: 'US - https://accounts.zoho.com/oauth/v2/token',
value: 'https://accounts.zoho.com/oauth/v2/token',
},
],
default: 'https://accounts.zoho.com/oauth/v2/token',