mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Fix oauth2 connect UI
This commit is contained in:
@@ -194,6 +194,9 @@ export default mixins(
|
|||||||
return this.credentialDataTemp;
|
return this.credentialDataTemp;
|
||||||
},
|
},
|
||||||
isOAuthType (): boolean {
|
isOAuthType (): boolean {
|
||||||
|
if (this.credentialTypeData.name === 'oAuth2Api') {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
const types = this.parentTypes(this.credentialTypeData.name);
|
const types = this.parentTypes(this.credentialTypeData.name);
|
||||||
return types.includes('oAuth2Api');
|
return types.includes('oAuth2Api');
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user