mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Fix naming of Microsoft Credentials
This commit is contained in:
parent
899ca1a0a8
commit
fc6b196b12
|
@ -8,7 +8,7 @@ export class MicrosoftExcelOAuth2Api implements ICredentialType {
|
||||||
extends = [
|
extends = [
|
||||||
'microsoftOAuth2Api',
|
'microsoftOAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Microsoft OAuth2 API';
|
displayName = 'Microsoft Excel OAuth2 API';
|
||||||
documentationUrl = 'microsoft';
|
documentationUrl = 'microsoft';
|
||||||
properties = [
|
properties = [
|
||||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||||
|
|
|
@ -8,7 +8,7 @@ export class MicrosoftOneDriveOAuth2Api implements ICredentialType {
|
||||||
extends = [
|
extends = [
|
||||||
'microsoftOAuth2Api',
|
'microsoftOAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Microsoft OAuth2 API';
|
displayName = 'Microsoft Drive OAuth2 API';
|
||||||
documentationUrl = 'microsoft';
|
documentationUrl = 'microsoft';
|
||||||
properties = [
|
properties = [
|
||||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||||
|
|
|
@ -8,7 +8,7 @@ export class MicrosoftTeamsOAuth2Api implements ICredentialType {
|
||||||
extends = [
|
extends = [
|
||||||
'microsoftOAuth2Api',
|
'microsoftOAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Microsoft OAuth2 API';
|
displayName = 'Microsoft Teams OAuth2 API';
|
||||||
documentationUrl = 'microsoft';
|
documentationUrl = 'microsoft';
|
||||||
properties = [
|
properties = [
|
||||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
//https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent
|
||||||
|
|
Loading…
Reference in a new issue