🔀 Merge branch 'oauth-support' of github.com:n8n-io/n8n into oauth-support
This commit is contained in:
@@ -194,6 +194,9 @@ export default mixins(
|
||||
return this.credentialDataTemp;
|
||||
},
|
||||
isOAuthType (): boolean {
|
||||
if (this.credentialTypeData.name === 'oAuth2Api') {
|
||||
return true;
|
||||
}
|
||||
const types = this.parentTypes(this.credentialTypeData.name);
|
||||
return types.includes('oAuth2Api');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user