added folder and changed name to credentials

This commit is contained in:
ricardo
2020-03-22 13:03:56 -04:00
parent 79ba4dd43d
commit b60c9be282
8 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ import {
NodePropertyTypes,
} from 'n8n-workflow';
export class MicrosoftOAuth2Api implements ICredentialType {
name = 'microsoftOAuth2Api';
export class MicrosoftExcelOAuth2Api implements ICredentialType {
name = 'microsoftExcelOAuth2Api';
extends = [
'oAuth2Api',
];